For more information on the search, visit the help page.
AstParseError
__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
_parse
MODULE_VARIABLES_META_PARSERS
DocumentableT
_CONTROL_FLOW_BLOCKS
pydoctor.astbuilder.AstParseError
pydoctor
class AstParseError: (source)
Constructor: AstParseError(exception, args)
AstParseError(exception, args)
View In Hierarchy
Parse errors are cached as instances of this class instead of bare exceptions in order to avoid cycles with the locals.
type[SyntaxError]
tuple[Any, ...]
Undocumented
SyntaxError