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

Lines Matching full:produce

565         """Produce HTML for a class tree as given by inspect.getclasstree()."""
584 """Produce HTML documentation for a module object."""
709 """Produce HTML documentation for a class object."""
865 """Produce HTML documentation for a function or method object."""
931 """Produce html documentation for a property."""
935 """Produce HTML documentation for a data object."""
940 """Produce html documentation for a data descriptor."""
1032 """Produce text documentation for a given module object."""
1132 """Produce text documentation for a given class object."""
1256 """Produce text documentation for a function or method object."""
1312 """Produce text documentation for a property."""
1316 """Produce text documentation for a data descriptor."""
1320 """Produce text documentation for a data object."""
1438 """Produce a short description of the given thing."""