Home | History | Annotate | Download | only in python2.7

Lines Matching defs:document

171         # only document that which the programmer exported in __all__
235 """Errors that occurred while trying to import something to document it."""
319 def document(self, object, name=None, *args):
339 message = "don't know how to document object%s of type %s" % (
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
693 contents.append(self.document(value, key))
750 push(self.document(value, name, mod,
1103 contents.append(self.document(value, key, name))
1109 contents.append(self.document(value, key, name))
1183 push(self.document(value,
1515 # document its available methods instead of its value.
1524 # document its available methods instead of its value.
1527 return title % desc + '\n\n' + text.document(object, name)
1540 page = html.page(describe(object), html.document(object, name))
2032 self.send_document(describe(obj), html.document(obj, path))
2341 Python source file to document. If name is 'keywords', 'topics',