class documentation
class AttrsClass(extensions.ClassMixin, model.Class): (source)
Constructor: AttrsClass(system, name, parent, source_path)
Undocumented
Method | setup |
Undocumented |
Instance Variable | auto |
True if this class uses the auto_attribs feature of the attrs library to automatically convert annotated fields into attributes. |
Inherited from Class
(via ClassMixin
):
Method | allbases |
Iterate on all base objects of this class and it's super classes. Doesn't comply with MRO. |
Method | find |
Look up a name in this class and its base classes. |
Method | mro |
Get the method resution order of this class. |
Class Variable | decorators |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | raw |
Undocumented |
Instance Variable | rawbases |
Undocumented |
Instance Variable | subclasses |
Undocumented |
Property | baseobjects |
Base objects, None value is inserted when the base class could not be found in the system. |
Property | bases |
Fully qualified names of the bases of this class. |
Property | constructor |
A mapping of constructor parameter names to their type annotation. If a parameter is not annotated, its value is None . |
Property | public |
The public constructors of this class. A public constructor must not be hidden and have arguments or have a docstring. |
Method | _local |
Undocumented |
Class Variable | _finalbaseobjects |
Undocumented |
Class Variable | _finalbases |
Undocumented |
Class Variable | _mro |
Undocumented |
Instance Variable | _initialbaseobjects |
Undocumented |
Instance Variable | _initialbases |
Undocumented |
Inherited from CanContainImportsDocumentable
(via ClassMixin
, Class
):
Method | is |
Is the given name defined in the globals/locals of self-context? Only the first name of a dotted name is checked. |
Method | local |
Undocumented |
Instance Variable | _local |
Undocumented |
Inherited from Documentable
(via ClassMixin
, Class
, CanContainImportsDocumentable
):
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | docsources |
Objects that can be considered as a source of documentation. |
Method | expand |
Like expandName but gives precedence to the module scope when a name is defined both in the current scope and the module scope. |
Method | expand |
Return a fully qualified name for the possibly-dotted `name`. |
Method | full |
Undocumented |
Method | reparent |
Undocumented |
Method | report |
Log an error or warning about this documentable object. |
Method | resolve |
Return the object named by "name" (using Python's lookup rules) in this context, if any is known to pydoctor. |
Method | set |
Undocumented |
Method | set |
Save the linenumber of this object. |
Class Variable | kind |
Undocumented |
Class Variable | parsed |
Undocumented |
Class Variable | parsed |
Undocumented |
Instance Variable | contents |
Undocumented |
Instance Variable | docstring |
The object's docstring. But also see docsources. |
Instance Variable | docstring |
Undocumented |
Instance Variable | extra |
A list to store extra informations about this documentable, as ParsedDocstring . |
Instance Variable | linenumber |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | parent |
Undocumented |
Instance Variable | parsed |
Undocumented |
Instance Variable | source |
Undocumented |
Instance Variable | source |
Undocumented |
Instance Variable | system |
The system the object is part of. |
Property | description |
A string describing our source location to the user. |
Property | docstring |
Returns an instance of DocstringLinker suitable for resolving names in the context of the object. |
Property | doctarget |
Undocumented |
Property | is |
Is this object considered private API? |
Property | is |
Is this object so private as to be not shown at all? |
Property | module |
This object's Module . |
Property | page |
The documentable to which the page we're documented on belongs. For example methods are documented on the page of their class, functions are documented in their module's page etc. |
Property | privacy |
How visible this object should be. |
Property | url |
Relative URL at which the documentation for this Documentable can be found. |
Method | _handle |
Undocumented |
Method | _handle |
Undocumented |
Method | _set |
Undocumented |
Instance Variable | _linker |
Undocumented |