Searched defs:recursive_guard (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/ |
D | typing.py | 463 def _eval_type(t, globalns, localns, type_params=_sentinel, *, recursive_guard=frozenset()): argument 1047 def _evaluate(self, globalns, localns, type_params=_sentinel, *, recursive_guard): argument
|