4Suite API Documentation

Module Ft.Lib.DistExt.Formatters.ApiFormatter

Classes:

Classes

Methods

__init__(self, command, modules)
doc_arguments(self, object)
doc_class(self, klass, name)
doc_field(self, object, name, klass=None)
doc_function(self, func, name)
doc_inherited(self, name)
doc_method(self, method, name, klass, kind)
doc_module(self, module)
doc_submodule(self, module, name)
format_arg(self, arg, default=None)
isdocumented(self, name)
ispublic(self, name)
write_description(self, object)

Methods inherited from class Ft.Lib.DistExt.Formatters.XmlFormatter.XmlFormatter

Methods inherited from class Ft.Lib.DistExt.Formatters.XmlFormatter.XmlRepr

Methods inherited from class pydoc.TextRepr

repr1, repr_instance, repr_string

Methods inherited from class repr.Repr

repr_array, repr_deque, repr_dict, repr_frozenset, repr_list, repr_long, repr_set, repr_tuple

Fields