MCPcopy Index your code
hub / github.com/RustPython/RustPython / XmlClient

Function XmlClient

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

Source from the content-addressed store, hash-verified

997 return ConnectionWrapper(obj, _xml_dumps, _xml_loads)
998
999def XmlClient(*args, **kwds):
1000 global xmlrpclib
1001 import xmlrpc.client as xmlrpclib
1002 return ConnectionWrapper(Client(*args, **kwds), _xml_dumps, _xml_loads)
1003
1004#
1005# Wait

Callers

nothing calls this directly

Calls 2

ConnectionWrapperClass · 0.85
ClientFunction · 0.70

Tested by

no test coverage detected