Public Member Functions | |
| def | __init__ |
| def | __call__ |
Static Public Attributes | |
| tuple | cmd = property(lambda self:self._cmd % self ) |
| tuple | diff = property(lambda self:self(cmd="diff") ) |
Definition at line 31 of file svndiff.py.
| def DybPython::svndiff::Cmd::__init__ | ( | self, | ||
| args, | ||||
| kwargs | ||||
| ) |
Reimplemented in DybPython::svndiff::SVN, and DybPython::svndiff::SVNLook.
Definition at line 34 of file svndiff.py.
| def DybPython::svndiff::Cmd::__call__ | ( | self, | ||
| args, | ||||
| kwargs | ||||
| ) |
tuple DybPython::svndiff::Cmd::cmd = property(lambda self:self._cmd % self ) [static] |
Reimplemented in DybPython::svndiff::SVN, and DybPython::svndiff::SVNLook.
Definition at line 32 of file svndiff.py.
tuple DybPython::svndiff::Cmd::diff = property(lambda self:self(cmd="diff") ) [static] |
Definition at line 33 of file svndiff.py.
1.4.7