Methods
|
|
|
|
command
|
command ( self, cmd )
|
|
command_names
|
command_names ( self )
|
|
complete
|
complete (
self,
s,
state,
)
|
|
getBuf
|
getBuf ( self, name='!.' )
|
|
getVar
|
getVar ( self, name )
|
|
handleCommand
|
handleCommand (
self,
cmd,
l,
)
|
|
interact
|
interact (
self,
object,
shell,
)
|
|
obnames
|
obnames ( self )
Object names for completer
|
|
prompt
|
prompt ( self )
|
|
readline
|
readline ( self, prompt )
|
|
redraw
|
redraw (
self,
stdout,
add_hist=False,
)
|
|
resetBuf
|
resetBuf ( self )
|
|
setBuf
|
setBuf (
self,
val,
name='!.',
append=False,
)
|
|
showResults
|
showResults (
self,
c,
opts,
stdout,
stderr,
)
|
|
substVar
|
substVar ( self, s )
|
|
updateState
|
updateState ( self, s )
|
|