Lines Matching defs:document
295 # only document that which the programmer exported in __all__
390 """Errors that occurred while trying to import something to document it."""
471 def document(self, object, name=None, *args):
489 message = "don't know how to document object%s of type %s" % (
834 contents.append(self.document(value, key, name, fdict, cdict))
840 contents.append(self.document(value, key, name, fdict, cdict))
846 contents.append(self.document(value, key))
901 push(self.document(value, name, mod,
1269 contents.append(self.document(value, key, name))
1275 contents.append(self.document(value, key, name))
1384 push(self.document(value,
1772 # document its available methods instead of its value.
1778 return title % desc + '\n\n' + renderer.document(object, name)
1791 page = html.page(describe(object), html.document(object, name))
2610 content = html.document(obj, url)
2815 Python source file to document. If name is 'keywords', 'topics',