|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
_set_command(self,
cmd_args,
cmdline,
directives,
state)
Set various members for the given command info. |
|
|
|
_set_directives(self)
When directives_in and directives_default are set, use this to set
directives. |
|
|
|
|
|
|
|
|
|
_write_params(self,
name,
attrs) |
|
|
|
_load_params(self,
name,
attrs) |
|
|
|
|
|
|
|
|
|
|
|
|
|
send_input(self,
inp)
Send the provided text as input to the job. |
|
|
|
|
|
register_listener(self,
listener) |
|
|
|
unregister_listener(self,
listener) |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|