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

Method set_server_documentation

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

Set the documentation string for the entire server.

(self, server_documentation)

Source from the content-addressed store, hash-verified

840 self.server_name = server_name
841
842 def set_server_documentation(self, server_documentation):
843 """Set the documentation string for the entire server."""
844
845 self.server_documentation = server_documentation
846
847 def generate_html_documentation(self):
848 """generate_html_documentation() => html documentation for the server

Callers 2

make_serverFunction · 0.80

Calls

no outgoing calls

Tested by 2

make_serverFunction · 0.64