Set the HTML title of the generated server documentation
(self, server_title)
| 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""" |
no outgoing calls