Home
last modified time | relevance | path

Searched defs:globalns (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
Dtyping.py270 def _eval_type(t, globalns, localns, recursive_guard=frozenset()): argument
522 def _evaluate(self, globalns, localns, recursive_guard): argument
1362 def get_type_hints(obj, globalns=None, localns=None, include_extras=False): argument