MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __repr__

Method __repr__

utils/stopwatch.py:121–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 return True
120
121 def __repr__(self):
122 return "elapsed record(ms): min=%s, max=%s" % self.stat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected