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

Method stat

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

Source from the content-addressed store, hash-verified

57
58 @property
59 def stat(self):
60 # :return: (float, float)
61 return self.min, self.max
62
63 @property
64 def elapsed(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected