class documentation

class _ReplaySafeHistogram(Histogram): (source)

Constructor: _ReplaySafeHistogram(histogram)

View In Hierarchy

Undocumented

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

Undocumented

def __init__(self, histogram: Histogram): (source)

Undocumented

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

Undocumented

_histogram = (source)

Undocumented