class documentation

class HashRaisesRuntimeError:

View In Hierarchy

Things that don't hash (raise an Exception) should be ignored by the rebuilder.

Method __hash__ Undocumented
Method __init__ Undocumented
Instance Variable hashCalled bool set to True when __hash__ is called.
def __hash__(self) -> NoReturn:

Undocumented

def __init__(self):

Undocumented

hashCalled: bool =

bool set to True when __hash__ is called.