Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpopen2.py22 _active = [] variable
Dsubprocess.py105 _active = [] variable
Dthreading.py625 _active = {} # maps thread id to Thread object variable
/external/python/cpython3/Lib/
Dsubprocess.py239 _active = None variable
248 _active = [] variable
Dthreading.py755 _active = {} # maps thread id to Thread object variable
/external/python/setuptools/setuptools/
Dsandbox.py260 _active = False variable in AbstractSandbox