typedargs.type_annotations_parser module

Routines for extracting parameter and return information from type annotations.

Summary

Functions:

parse_annotations Get type info for params and return value from annotations dictionary

Reference

typedargs.type_annotations_parser.parse_annotations(annotations: dict) → Tuple[Dict[str, typedargs.basic_structures.ParameterInfo], typedargs.basic_structures.ReturnInfo][source]

Get type info for params and return value from annotations dictionary