class ZopeInterfaceSystem(model.System):
Undocumented
Method | postProcess |
Called when there are no more unprocessed modules. |
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 |
Undocumented |
Method | objectsOfType |
Iterate over all instances of cls present in the system. |
Method | objForFullName |
Undocumented |
Method | privacyClass |
Undocumented |
Method | process |
Undocumented |
Method | processModule |
Undocumented |
Method | progress |
Undocumented |
Method | setSourceHref |
Undocumented |
Method | verbosity |
Undocumented |
Class Variable | defaultBuilder |
Undocumented |
Class Variable | sourcebase |
Undocumented |
Instance Variable | allobjects |
Undocumented |
Instance Variable | buildtime |
Undocumented |
Instance Variable | docstring_syntax_errors |
FullNames of objects for which the docstring failed to parse. |
Instance Variable | intersphinx |
Undocumented |
Instance Variable | module_count |
Undocumented |
Instance Variable | needsnl |
Undocumented |
Instance Variable | once_msgs |
Undocumented |
Instance Variable | options |
Undocumented |
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 |
No summary |
Property | root_names |
The top-level package/module names in this system. |
Method | _introspectThing |
Undocumented |
Method | _warning |
Undocumented |
pydoctor.model.System.postProcess
Called when there are no more unprocessed modules.
Analysis of relations between documentables can be done here, without the risk of drawing incorrect conclusions because modules were not fully processed yet.