forked from openkylin/astroid
40 lines
745 B
ReStructuredText
40 lines
745 B
ReStructuredText
![]() |
Exceptions
|
||
|
==========
|
||
|
|
||
|
.. automodule:: astroid.exceptions
|
||
|
|
||
|
.. rubric:: Classes
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
BinaryOperationError
|
||
|
OperationError
|
||
|
UnaryOperationError
|
||
|
|
||
|
.. rubric:: Exceptions
|
||
|
|
||
|
.. autosummary::
|
||
|
|
||
|
AstroidBuildingError
|
||
|
AstroidBuildingException
|
||
|
AstroidError
|
||
|
AstroidImportError
|
||
|
AstroidIndexError
|
||
|
AstroidSyntaxError
|
||
|
AstroidTypeError
|
||
|
AttributeInferenceError
|
||
|
DuplicateBasesError
|
||
|
InconsistentMroError
|
||
|
InferenceError
|
||
|
MroError
|
||
|
NameInferenceError
|
||
|
NoDefault
|
||
|
NotFoundError
|
||
|
ParentMissingError
|
||
|
ResolveError
|
||
|
SuperArgumentTypeError
|
||
|
SuperError
|
||
|
TooManyLevelsError
|
||
|
UnresolvableName
|
||
|
UseInferenceDefault
|