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

Method set_server_title

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

Set the HTML title of the generated server documentation

(self, server_title)

Source from the content-addressed store, hash-verified

830 self.server_title = 'XML-RPC Server Documentation'
831
832 def set_server_title(self, server_title):
833 """Set the HTML title of the generated server documentation"""
834
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"""

Callers 2

make_serverFunction · 0.80

Calls

no outgoing calls

Tested by 2

make_serverFunction · 0.64