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

Method c_cancel

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

Source from the content-addressed store, hash-verified

604 self.busy = 0
605
606 def c_cancel(self):
607 if not self.busy:
608 self.master.bell()
609 return
610 self.array.cancel()
611
612 def c_step(self):
613 if not self.busy:

Callers

nothing calls this directly

Calls 2

bellMethod · 0.45
cancelMethod · 0.45

Tested by

no test coverage detected