HomeSort by relevance Sort by last modified time
    Searched full:py_local (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 116 from _threading_local import local as py_local namespace
118 for cls in (local, py_local):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 116 from _threading_local import local as py_local namespace
118 for cls in (local, py_local):
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 265 /* Py_LOCAL can be used instead of static to get the fastest possible calling
292 #define Py_LOCAL(type) static type __fastcall
295 #define Py_LOCAL(type) static type
298 #define Py_LOCAL(type) static type
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 265 /* Py_LOCAL can be used instead of static to get the fastest possible calling
292 #define Py_LOCAL(type) static type __fastcall
295 #define Py_LOCAL(type) static type
298 #define Py_LOCAL(type) static type
    [all...]

Completed in 310 milliseconds