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

Method stop

service/update.py:98–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 return tuple(map(int, (v.split("."))))
97
98 def stop(self):
99 self.running = False
100
101
102class Update:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected