|
|
|
|
|
|
|
|
|
verify(self,
key,
value)
Checks if the key has correct value It does not update the value. |
source code
|
|
|
set(self,
key,
value)
Sets the parameter « key » to « value » |
source code
|
|
|
|
|
writeCache(self)
Writes completion list cache to disk |
source code
|
|
|
writeSqlLibrary(self)
Writes user sql library to disk |
source code
|
|
|
writeHistory(self)
Writes shell history to disk |
source code
|
|
|
|
|
|
|
setCodec(self,
codec)
Sets the host codec used to display on and read from string on
terminal |
source code
|
|
|
|
|
__which(self,
command)
Emulates the Unix which to search if command is in the PATH Instead
of which, if multiple args are given, consider it as a command line
and test only the first one. |
source code
|
|
|
|