module documentation

Undocumented

Class ContainerExtractError Undocumented
Class CustomException Undocumented
Class DunderUnimplemented Undocumented
Class DuplicateBasesError Undocumented
Class InconsistentMroError Undocumented
Class InferenceTransformError Undocumented
Class InstanceNotExistError This is thrown when trying to access the attribute of a non instance variable. e.g. x = 1 y = x.y # ----> thrown x.z = 1 # ----> thrown in renaming
Class NotInLocalsError Variable does not exist in a locals scope
Class OperationIncompatible Throw when the operation is not compatible. E.g. calling subscript to a name node
Class RenameError Undocumented
Class StructureError Undocumented
Class UnannotatedError Undocumented
Class UnimplementedError thrown when certain node/features/method is unimplemented
Class VariableNotExistStackError Undocumented