Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | __call__ |
Static Public Attributes | |
| tuple | exepath = property( _exepath ) |
| tuple | cmd = property( lambda self:self._cmd % self ) |
| tuple | cmd_nopw = property( lambda self:self._cmd % dict(self, password="***") ) |
Private Member Functions | |
| def | _exepath |
Base class for composing and invoking command lines in a separate process
Definition at line 5 of file dbcmd.py.
| def DybPython::dbcmd::CommandLine::_exepath | ( | self | ) | [private] |
| def DybPython::dbcmd::CommandLine::__init__ | ( | self, | ||
| args, | ||||
| kwa | ||||
| ) |
| def DybPython::dbcmd::CommandLine::__str__ | ( | self | ) |
| def DybPython::dbcmd::CommandLine::__call__ | ( | self, | ||
verbose = False | ||||
| ) |
tuple DybPython::dbcmd::CommandLine::exepath = property( _exepath ) [static] |
tuple DybPython::dbcmd::CommandLine::cmd = property( lambda self:self._cmd % self ) [static] |
tuple DybPython::dbcmd::CommandLine::cmd_nopw = property( lambda self:self._cmd % dict(self, password="***") ) [static] |
1.4.7