Trees | Indices | Help |
|
---|
Self documenting XML-RPC Server.
This module can be used to create XML-RPC servers that serve pydoc-style documentation in response to HTTP GET requests. This documentation is dynamically generated based on the functions and methods registered with the server.
This module is built upon the pydoc and SimpleXMLRPCServer modules.
Imports: pydoc, inspect, re, sys, SimpleXMLRPCServer, SimpleXMLRPCRequestHandler, CGIXMLRPCRequestHandler, resolve_dotted_attribute
Trees | Indices | Help |
|
---|