Lines Matching full:methods
6 based on the functions and methods registered with the
26 def markup(self, text, escape=None, funcs={}, classes={}, methods={}):
35 # names. Only methods with names consisting of word characters
58 results.append(self.namelink(name, methods, funcs, classes))
68 funcs={}, classes={}, methods={}, cl=None):
105 docstring, self.preformat, funcs, classes, methods)
109 def docserver(self, server_name, package_documentation, methods):
113 for key, value in methods.items():
126 method_items = sorted(methods.items())
130 'Methods', '#ffffff', '#eeaa77', pydoc.join(contents))
145 "This server exports the following methods through the XML-RPC "\
175 methods = {}
204 methods[method_name] = method
210 methods