Searched defs:_local (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_threading_local.py | 198 _local = _thread._local variable in ThreadLocalTest |
/third_party/python/Lib/importlib/metadata/ | ||
D | __init__.py | 556 def _local(cls, root='.'): member in Distribution |