Home
last modified time | relevance | path

Searched refs:ConnectionWrapper (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dconnection.py445 class ConnectionWrapper(object): class
472 return ConnectionWrapper(obj, _xml_dumps, _xml_loads)
477 return ConnectionWrapper(Client(*args, **kwds), _xml_dumps, _xml_loads)