class documentation

class IdGeneratorMixIn: (source)

Known subclasses: pylint.pyreverse.inspector.Linker

View In Hierarchy

Mixin adding the ability to generate integer uid.

Method __init__ Undocumented
Method generate_id Generate a new identifier.
Method init_counter Init the id counter.
Instance Variable id_count Undocumented
def __init__(self, start_value: int = 0): (source)

Undocumented

def generate_id(self) -> int: (source)

Generate a new identifier.

def init_counter(self, start_value: int = 0): (source)

Init the id counter.

id_count = (source)

Undocumented