class documentation

class _ReplaySafeUpDownCounter(UpDownCounter): (source)

Constructor: _ReplaySafeUpDownCounter(counter)

View In Hierarchy

Undocumented

Method __getattr__ Undocumented
Method __init__ Undocumented
Method add Undocumented
Instance Variable _counter Undocumented
def __getattr__(self, name: str) -> object: (source)

Undocumented

def __init__(self, counter: UpDownCounter): (source)

Undocumented

def add(self, amount: int | float, attributes: Attributes | None = None, context: Context | None = None): (source)

Undocumented

_counter = (source)

Undocumented