Set the documentation string for the entire server.
(self, server_documentation)
| 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 |
no outgoing calls