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

Method c_step

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

Source from the content-addressed store, hash-verified

610 self.array.cancel()
611
612 def c_step(self):
613 if not self.busy:
614 self.master.bell()
615 return
616 self.v_speed.set("single-step")
617 self.array.setspeed("single-step")
618 self.array.step()
619
620 def c_quit(self):
621 if self.busy:

Callers

nothing calls this directly

Calls 4

setspeedMethod · 0.80
bellMethod · 0.45
setMethod · 0.45
stepMethod · 0.45

Tested by

no test coverage detected