pysap.utils.console module¶
- class pysap.utils.console.BaseConsole(options)[source]¶
Bases:
Cmd,object- emptyline()[source]¶
Called when an empty line is entered in response to the prompt.
If this method is not overridden, it repeats the last nonempty command entered.