Package ccm :: Class ProjectCheckoutResult
[hide private]
[frames] | no frames]

Class ProjectCheckoutResult

source code

object --+    
         |    
    Result --+
             |
            ProjectCheckoutResult

Project checkout output parser. Sets project to the created project or None if failed.

Instance Methods [hide private]
 
__init__(self, session, project) source code
 
_setoutput(self, output)
Parsing the output of the checkout command.
source code
 
__get_result_project(self)
return the checked out project.
source code
 
project(self)
return the checked out project.
source code

Inherited from Result: __str__

Inherited from Result (private): _getoutput

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]

Inherited from Result: output

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, session, project)
(Constructor)

source code 
Overrides: Result.__init__

_setoutput(self, output)

source code 
Parsing the output of the checkout command.
Overrides: Result._setoutput