For more information on the search, visit the help page.
_Error
__init__
exception
_args
_exce
astbuilder
ASTBuilder
ModuleVistor
SyntaxTreeParser
TypeAliasVisitorExt
IgnoreAssignment
extract_final_subscript
findModuleLevelAssign
is_attribute_overridden
is_constant
parseAll
parseDocformat
parseFile
setup_pydoctor_extension
_handleAliasing
_maybeAttribute
MODULE_VARIABLES_META_PARSERS
DocumentableT
_CONTROL_FLOW_BLOCKS
_parse
pydoctor.astbuilder.SyntaxTreeParser._Error
pydoctor
class _Error: (source)
Constructor: SyntaxTreeParser._Error(exception, args)
SyntaxTreeParser._Error(exception, args)
View In Hierarchy
Errors are cached as instances of this class instead of base exceoptions in order to avoid cycles with the locals.
type[Exception]
tuple[Any, ...]
Undocumented
Exception