- __init__(self, command, modules)
- Overrides: __init__ from class XmlFormatter
- doc_arguments(self, object)
- doc_class(self, klass, name)
-
Produce XML documentation for a given class object.
- doc_function(self, func, name)
-
Document a function
- doc_global(self, object, name)
-
Produce XML documentation for a data object.
- doc_inherited(self, object, name, klass, kind)
-
Produce XML documentation for an inherited object.
- doc_member(self, object, name, klass, kind)
-
Produce XML documentation for a data object.
- doc_method(self, method, name, klass, kind)
-
Document a method, class method or static method as given by 'kind'
- doc_methoddescriptor(self, descr, name, klass, kind)
-
Document a class method or static method as given by 'kind'
- doc_submodule(self, module, name)
-
Produce XML documentation for a submodule
- document(self, module)
-
Produce documentation for a given module object.
- Overrides: document from class XmlFormatter
- format_arg(self, arg, default=None)
- isdocumented(self, name)
- ispublic(self, name)
-
# Some names are not invisible, but are still not public. Such names
# which are not public are still documented, but this documentation is
# not displayed, because these "private" names should not be used
# outside the given module.
- write_description(self, object)
-
Produce XML tag(s) for an object description.