Skip to content

helpers.decorators

Classes Diagram

Classes

SingletonMeta

Inherits from: ABCMeta

Members

_instances

Methods

clear()

@staticmethod

Range

@dataclass(frozen=True)

Constructor

Range(self, min: int, max: int)

Members

min: int
max: int

Functions

singleton(cls)