Searched defs:semtype (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_threading.py | 886 semtype = staticmethod(threading.Semaphore) variable in SemaphoreTests |
/external/python/cpython3/Lib/test/ | ||
D | test_threading.py | 1383 semtype = staticmethod(threading.Semaphore) variable in SemaphoreTests |