MCPcopy Index your code
hub / github.com/python/cpython / server.py

File server.py

Lib/xmlrpc/server.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1r"""XML-RPC Servers.
2
3This module can be used to create simple XML-RPC servers
4by creating a server and either installing functions, a

Callers

nothing calls this directly

Calls 7

SimpleXMLRPCServerClass · 0.85
ExampleServiceClass · 0.85
register_functionMethod · 0.80
register_instanceMethod · 0.80
serve_foreverMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected