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

Method last

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

Source from the content-addressed store, hash-verified

67
68 @property
69 def last(self):
70 return self.__last * 1000
71
72 def __update_stat(self, v):
73 # :param v: float unit of ms

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected