bloqade.lanes.visualize.debug.StaticDebuggerController
← Module overview
class
method
method
method
method
method
method
sourcemethod
source
classStaticDebuggerController¶source
bloqade.lanes.visualize.debug.StaticDebuggerController
Bases: DebuggerController
Signature
class StaticDebuggerController(ax: Axes, num_steps: int, draw: Callable[[int], None])Parameters
| Name | Type | Description |
|---|---|---|
ax | Axes | |
num_steps | int | |
draw | Callable[[int], None] |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
ax | Axes | required | |
num_steps | int | required | |
draw | Callable[[int], None] | required | |
step_index | int | field(default=0, init=False) | |
running | bool | field(default=True, init=False) | |
waiting | bool | field(default=True, init=False) | |
updated | bool | field(default=False, init=False) |
methodon_exit¶source
bloqade.lanes.visualize.debug.StaticDebuggerController.on_exit
methodon_next¶source
bloqade.lanes.visualize.debug.StaticDebuggerController.on_next
methodon_prev¶source
bloqade.lanes.visualize.debug.StaticDebuggerController.on_prev
methodon_slider_change¶source
bloqade.lanes.visualize.debug.StaticDebuggerController.on_slider_change
methodon_key¶source
bloqade.lanes.visualize.debug.StaticDebuggerController.on_key
methodreset¶source
bloqade.lanes.visualize.debug.StaticDebuggerController.reset
def reset()methodrun¶source
bloqade.lanes.visualize.debug.StaticDebuggerController.run
def run()