Searched defs:ALLOWED_TYPES (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 136 ALLOWED_TYPES = ('processes', 'manager', 'threads') variable in BaseTestCase 179 ALLOWED_TYPES = ('processes', 'threads') variable in _TestProcess 385 ALLOWED_TYPES = ('processes',) variable in _TestSubclassingProcess 905 ALLOWED_TYPES = ('processes',) variable in _TestValue 974 ALLOWED_TYPES = ('processes',) variable in _TestArray 1064 ALLOWED_TYPES = ('manager',) variable in _TestContainers 1275 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerErrors 1291 ALLOWED_TYPES = ('processes', ) variable in _TestPoolWorkerLifetime 1344 ALLOWED_TYPES = ('manager',) variable in _TestZZZNumberOfObjects 1395 ALLOWED_TYPES = ('manager',) variable in _TestMyManager [all …]
|