carputils
Doxygen code documentation for the python framework controlling openCARP
|
A command defined by a self-contained Python function. More...
Public Member Functions | |
def | __init__ (self, function, message=None) |
def | execute (self) |
Run this command right now. More... | |
def | bash (self) |
Generate a bash statement executing this command. More... | |
![]() | |
def | execute (self) |
Run this command right now. More... | |
def | bash (self) |
Generate a bash statement executing this command. More... | |
A command defined by a self-contained Python function.
function function The command to execute in bash
def carputils.job.command.PythonCommand.__init__ | ( | self, | |
function, | |||
message = None |
|||
) |
def carputils.job.command.PythonCommand.bash | ( | self | ) |
Generate a bash statement executing this command.
def carputils.job.command.PythonCommand.execute | ( | self | ) |
Run this command right now.