MCPcopy Index your code
hub / github.com/python/cpython / XmlClient

Function XmlClient

Lib/multiprocessing/connection.py:1037–1040  ·  view source on GitHub ↗
(*args, **kwds)

Source from the content-addressed store, hash-verified

1035 return ConnectionWrapper(obj, _xml_dumps, _xml_loads)
1036
1037def XmlClient(*args, **kwds):
1038 global xmlrpclib
1039 import xmlrpc.client as xmlrpclib
1040 return ConnectionWrapper(Client(*args, **kwds), _xml_dumps, _xml_loads)
1041
1042#
1043# Wait

Callers

nothing calls this directly

Calls 2

ConnectionWrapperClass · 0.85
ClientFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…