Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
r
""
"XML-RPC Servers.
2
3
This module can be used to create simple XML-RPC servers
4
by creating a server and either installing functions, a
Callers
nothing calls this directly
Calls
7
SimpleXMLRPCServer
Class · 0.85
ExampleService
Class · 0.85
register_function
Method · 0.80
register_instance
Method · 0.80
register_multicall_functions
Method · 0.80
serve_forever
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected