Skip to content

typing

dandy.core.typing.typing

TypedKwargsDict = NewType('TypedKwargsDict', dict[str, tuple[type, Any]]) module-attribute