Home
last modified time | relevance | path

Searched refs:_strip_annotations (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dtyping.py2338 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
2374 return hints if include_extras else {k: _strip_annotations(t) for k, t in hints.items()}
2377 def _strip_annotations(t): function
2380 return _strip_annotations(t.__origin__)
2382 return _strip_annotations(t.__args__[0])
2384 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
2389 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)
2394 stripped_args = tuple(_strip_annotations(a) for a in t.__args__)

Completed in 5 milliseconds