tbplas.PCHopNotFoundError
- exception tbplas.PCHopNotFoundError(hop_ind)
Exception for a non-existing Hopping term.
- __getattribute__(name, /)
Return getattr(self, name).
- __init__(hop_ind)
- classmethod __new__(*args, **kwargs)
- __reduce__()
Helper for pickle.
- __repr__()
Return repr(self).
- __str__()
Return str(self).
- add_note()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- __cause__
exception cause
- __context__
exception context
- __weakref__
list of weak references to the object