Searched refs:SERIALIZER (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 1511 SERIALIZER = 'xmlrpclib' variable 1530 address=address, authkey=authkey, serializer=SERIALIZER 1541 address=(test.support.HOST, 0), authkey=authkey, serializer=SERIALIZER 1550 address=manager.address, authkey=authkey, serializer=SERIALIZER 1570 address=address, authkey=authkey, serializer=SERIALIZER) 1578 address=(test.support.HOST, 0), authkey=authkey, serializer=SERIALIZER) 1595 address=addr, authkey=authkey, serializer=SERIALIZER)
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 2907 SERIALIZER = 'xmlrpclib' variable 2922 address=address, authkey=authkey, serializer=SERIALIZER 2933 address=(socket_helper.HOST, 0), authkey=authkey, serializer=SERIALIZER 2943 address=manager.address, authkey=authkey, serializer=SERIALIZER 2964 address=address, authkey=authkey, serializer=SERIALIZER) 2972 address=(socket_helper.HOST, 0), authkey=authkey, serializer=SERIALIZER) 2992 address=addr, authkey=authkey, serializer=SERIALIZER) 3003 address=addr, authkey=authkey, serializer=SERIALIZER)
|