MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / __str__

Method __str__

utils.py:257–263  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 return self.deque[-1]
256
257 def __str__(self):
258 return self.fmt.format(
259 median=self.median,
260 avg=self.avg,
261 global_avg=self.global_avg,
262 max=self.max,
263 value=self.value)
264
265
266def reduce_dict(input_dict, average=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected