MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / cancel

Method cancel

tools/python-3.11.9-amd64/Tools/demo/sortvisu.py:76–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 stop_mainloop = 0
75
76 def cancel(self):
77 self.stop_mainloop = 1
78 if self.in_mainloop:
79 self.master.quit()
80
81 def step(self):
82 if self.in_mainloop:

Callers 2

c_cancelMethod · 0.45
c_quitMethod · 0.45

Calls 1

quitMethod · 0.45

Tested by

no test coverage detected