class documentation

class HashRaisesRuntimeError: (source)

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): (source)

Undocumented

def __init__(self): (source)

Undocumented

hashCalled: bool = (source)

bool set to True when __hash__ is called.