module documentation

Helpers for checking Annotated type-hints

Function check_annotations Function decorator to check Annotated types in function arguments
Function _check_hint_args Undocumented
def check_annotations(func): (source)

Function decorator to check Annotated types in function arguments

Note: default values are not checked

def _check_hint_args(hint): (source)

Undocumented