class documentation

class PydanticSystem(model.System): (source)

View In Hierarchy

Undocumented

Class Variable custom_extensions Additional list of extensions to load alongside default extensions.

Inherited from System:

Method __init__ Undocumented
Method addModuleFromPath Undocumented
Method addObject Add object to the system.
Method addPackage Undocumented
Method analyzeModule Undocumented
Method fetchIntersphinxInventories Download and parse intersphinx inventories based on configuration.
Method find_object Look up an object using a potentially outdated full name.
Method getProcessedModule Undocumented
Method handleDuplicate This is called when we see two objects with the same .fullName(), for example:
Method introspectModule Undocumented
Method msg Log a message. pydoctor's logging system is bit messy.
Method objectsOfType Iterate over all instances of cls present in the system.
Method objForFullName Undocumented
Method postProcess Called when there are no more unprocessed modules.
Method privacyClass Undocumented
Method process Undocumented
Method processModule Undocumented
Method progress Undocumented
Method setSourceHref Undocumented
Class Variable defaultBuilder Undocumented
Class Variable show_attr_value What kind of attributes we should display the value for?
Class Variable systemBuilder Undocumented
Instance Variable allobjects Undocumented
Instance Variable buildtime Undocumented
Instance Variable extensions List of extensions.
Instance Variable intersphinx Undocumented
Instance Variable module_count Undocumented
Instance Variable needsnl Undocumented
Instance Variable once_msgs Undocumented
Instance Variable options Undocumented
Instance Variable parse_errors Dict from the name of the thing we're rendering (section) to the FullNames of objects for which the rendereable elements failed to parse. Typically the renderable element is the docstring, but it can be the decorators, parameter default values or any other colorized AST.
Instance Variable processing_modules Undocumented
Instance Variable projectname Undocumented
Instance Variable rootobjects Undocumented
Instance Variable unprocessed_modules Undocumented
Instance Variable verboselevel Undocumented
Instance Variable violations The number of docstring problems found. This is used to determine whether to fail the build when using the --warnings-as-errors option, so it should only be increased for problems that the user can fix.
Property Attribute Undocumented
Property Class Undocumented
Property Function Undocumented
Property Module Undocumented
Property Package Undocumented
Property root_names The top-level package/module names in this system.
Property sourcebase Undocumented
Method _addUnprocessedModule First add the new module into the unprocessed_modules list. Handle eventual duplication of module names, and finally add the module to the system.
Method _handleDuplicateModule This is called when two modules have the same name.
Method _introspectThing Undocumented
Method _remove Undocumented
Instance Variable _astbuilder_visitors Undocumented
Instance Variable _factory Undocumented
Instance Variable _post_processors Undocumented
Instance Variable _privacyClassCache Undocumented
custom_extensions: list[str] = (source)

Additional list of extensions to load alongside default extensions.