exception documentation

class SymrefLoop(Exception):

Constructor: SymrefLoop(ref, depth)

View In Hierarchy

There is a loop between one or more symrefs.

Method __init__ Initialize SymrefLoop exception.
Instance Variable depth Undocumented
Instance Variable ref Undocumented
def __init__(self, ref: bytes, depth: int):

Initialize SymrefLoop exception.

depth =

Undocumented

ref =

Undocumented