Searched refs:_strip_annotations (Results 1 – 1 of 1) sorted by relevance
1412 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}1446 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}1449 def _strip_annotations(t): function1453 return _strip_annotations(t.__origin__)1455 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)1460 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)