Package conary :: Package conaryclient :: Module clone :: Class CloneIncomplete
[hide private]
[frames] | no frames]

Class CloneIncomplete

source code

exceptions.Exception --+            
                       |            
      errors.ConaryError --+        
                           |        
          errors.ClientError --+    
                               |    
                      CloneError --+
                                   |
                                  CloneIncomplete

Instance Methods [hide private]
 
__str__(self) source code
 
__init__(self, needs) source code

Inherited from exceptions.Exception: __getitem__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__

__init__(self, needs)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__