class documentation

class OperationIncompatible(CustomException): (source)

View In Hierarchy

Throw when the operation is not compatible. E.g. calling subscript to a name node

Method __init__ Undocumented
Instance Variable msg Undocumented
def __init__(self, operation=None, target=None, override_msg=''): (source)