Package svnmailer :: Module subversion :: Class LockedPathDescriptor
[hide private]

Class LockedPathDescriptor

source code

    object --+    
             |    
PathDescriptor --+
                 |
                LockedPathDescriptor

Describes the lock status of a particular path

Instance Methods [hide private]
 
init(self, *args, **kwargs)
Custom initialization
source code
 
_init(self, is_locked)
Initialization
source code
bool
isDirectory(self)
Returns whether the path is a directory
source code
 
_getLockDescription(self)
Returns the lock description object
source code
 
getComment(self)
Returns the lock comment
source code

Inherited from PathDescriptor: __cmp__, __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
bool is_locked
is locked?

Inherited from PathDescriptor: path, repos

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

init(self, *args, **kwargs)

source code 

Custom initialization

Overrides: PathDescriptor.init

isDirectory(self)

source code 

Returns whether the path is a directory

Returns: bool
is a directory?
Overrides: PathDescriptor.isDirectory