Home | History | Annotate | Download | only in xmlrpc

Lines Matching defs:generate_html_documentation

841     def generate_html_documentation(self):
842 """generate_html_documentation() => html documentation for the server
913 response = self.server.generate_html_documentation().encode('utf-8')
948 response = self.generate_html_documentation().encode('utf-8')