Searched defs:ALLOWED_TYPES (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 259 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/ |
D | parse.py | 667 ALLOWED_TYPES = set(list('nbox%fFegwWdDsSl') + variable
|