| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DybPython::svndiff::Cmd Class Reference

Inheritance diagram for DybPython::svndiff::Cmd:
[legend]
List of all members.

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") )

Detailed Description

Definition at line 31 of file svndiff.py.


Member Function Documentation

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.

00034                                        :
00035         dict.__init__(self, *args, **kwargs )
    def __call__(self, *args, **kwargs):

def DybPython::svndiff::Cmd::__call__ (   self,
  args,
  kwargs 
)

Definition at line 36 of file svndiff.py.

00036                                        :
00037         self.update( kwargs )
00038         print "performing command [%s] " % self.cmd
00039         return os.popen( self.cmd ).read()
00040 
class SVN(Cmd):


Member Data Documentation

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.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:13:02 2011 for DybPython by doxygen 1.4.7