MCPcopy Create free account
hub / github.com/bic-L/MaxFormer / __str__

Method __str__

event/utils.py:64–70  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

62 return self.deque[-1]
63
64 def __str__(self):
65 return self.fmt.format(
66 median=self.median,
67 avg=self.avg,
68 global_avg=self.global_avg,
69 max=self.max,
70 value=self.value)
71
72
73class MetricLogger(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected