Home
last modified time | relevance | path

Searched refs:_enumerate (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
D_threading_local.py227 threads = threading._enumerate()
Dthreading.py1170 def _enumerate(): function
1216 for thread in _enumerate():
/external/python/cpython3/Lib/
Dthreading.py1240 def _enumerate(): function
1323 threads = set(_enumerate())
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py718 def _enumerate(self, start=0): member in DatasetV2