Searched refs:SERIALIZER (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_multiprocessing.py1442 SERIALIZER = 'xmlrpclib' variable
1461 address=address, authkey=authkey, serializer=SERIALIZER
1472 address=(test.test_support.HOST, 0), authkey=authkey, serializer=SERIALIZER
1481 address=manager.address, authkey=authkey, serializer=SERIALIZER
1501 address=address, authkey=authkey, serializer=SERIALIZER)
1509 address=(test.test_support.HOST, 0), authkey=authkey, serializer=SERIALIZER)
1525 address=addr, authkey=authkey, serializer=SERIALIZER)
/external/python/cpython3/Lib/test/
H A D_test_multiprocessing.py2196 SERIALIZER = 'xmlrpclib' variable
2211 address=address, authkey=authkey, serializer=SERIALIZER
2222 address=(test.support.HOST, 0), authkey=authkey, serializer=SERIALIZER
2231 address=manager.address, authkey=authkey, serializer=SERIALIZER
2251 address=address, authkey=authkey, serializer=SERIALIZER)
2259 address=(test.support.HOST, 0), authkey=authkey, serializer=SERIALIZER)
2275 address=addr, authkey=authkey, serializer=SERIALIZER)
2285 address=addr, authkey=authkey, serializer=SERIALIZER)

Completed in 844 milliseconds