Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_threading_local.py198 _local = _thread._local variable in ThreadLocalTest
201 _local = _threading_local.local variable in PyThreadingLocalTest
/third_party/python/Lib/importlib/metadata/
D__init__.py556 def _local(cls, root='.'): member in Distribution