Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtyping.py319 def _eval_type(t, globalns, localns, recursive_guard=frozenset()): argument
676 def _evaluate(self, globalns, localns, recursive_guard): argument
1751 def get_type_hints(obj, globalns=None, localns=None, include_extras=False): argument