ICommand¶
The ICommand abstract class provides…
Using Jupy4Syn Commands ICommand¶
Usage of Python class using basic ICommand fields.
-
class
jupy4syn.commands.ICommand.ICommand[source]¶ -
args(self, initial_args)[source]¶ Abstract method to get initial arguments of the command. These arguments will be show at the text box (if the text box is enabled for this command, see
show()).Parameters: Returns: - out :
str Returns a single string with the arguments or its representation
- out :
-