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

Method c_quit

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

Source from the content-addressed store, hash-verified

618 self.array.step()
619
620 def c_quit(self):
621 if self.busy:
622 self.array.cancel()
623 self.master.after_idle(self.master.quit)
624
625
626# Main program -- for stand-alone operation outside Grail

Callers

nothing calls this directly

Calls 2

after_idleMethod · 0.80
cancelMethod · 0.45

Tested by

no test coverage detected