Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_threading_local.py191 _local = _thread._local variable in ThreadLocalTest
207 _local = _threading_local.local variable in PyThreadingLocalTest
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py441 def getcontext(_local=local): argument
455 def setcontext(context, _local=local): argument