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

Method stop

service/character.py:102–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 wx.CallAfter(self.callback)
101
102 def stop(self):
103 self.running = False
104
105
106class SkillBackupThread(threading.Thread):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected