Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
D_test_multiprocessing.py259 ALLOWED_TYPES = ('processes', 'manager', 'threads') variable in BaseTestCase
311 ALLOWED_TYPES = ('processes', 'threads') variable in _TestProcess
929 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess
2276 ALLOWED_TYPES = ('processes',) variable in _TestValue
2346 ALLOWED_TYPES = ('processes',) variable in _TestArray
2429 ALLOWED_TYPES = ('manager',) variable in _TestContainers
3006 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerErrors
3046 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerLifetime
3148 ALLOWED_TYPES = ('manager',) variable in _TestMyManager
3222 ALLOWED_TYPES = ('manager',) variable in _TestRemoteManager
[all …]
/external/python/parse_type/parse_type/
Dparse.py667 ALLOWED_TYPES = set(list('nbox%fFegwWdDsSl') + variable