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

Method set_server_name

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

Set the name of the generated HTML server documentation

(self, server_name)

Source from the content-addressed store, hash-verified

835 self.server_title = server_title
836
837 def set_server_name(self, server_name):
838 """Set the name of the generated HTML server documentation"""
839
840 self.server_name = server_name
841
842 def set_server_documentation(self, server_documentation):
843 """Set the documentation string for the entire server."""

Callers 1

make_serverFunction · 0.80

Calls

no outgoing calls

Tested by 1

make_serverFunction · 0.64