cmd_helper¶
Helper inspection commands for the FABulous REPL.
Small commands that print fabric objects (Bels, tiles) to the console for inspection. Grouped as a CommandSet so they can be registered and, in future, managed independently of the core REPL.
Classes¶
Commands for inspecting fabric objects from the REPL. |
Module Contents¶
HelperCommandSet¶
- class HelperCommandSet[source]¶
Bases:
ReplCommandSetCommands for inspecting fabric objects from the REPL.
Private reference to the CLI instance in which this CommandSet running.
This will be set when the CommandSet is registered and it should be accessed by child classes using the self._cmd property.
Methods¶