Package buildbot :: Module locks :: Class RealMasterLock
[frames] | no frames]

Class RealMasterLock

source code

BaseLock --+
           |
          RealMasterLock

Instance Methods
 
__init__(self, lockid) source code
 
getLock(self, slave) source code

Inherited from BaseLock: __repr__, claim, isAvailable, isOwner, release, stopWaitingUntilAvailable, subscribeToReleases, waitUntilMaybeAvailable

Class Variables

Inherited from BaseLock: description

Method Details

__init__(self, lockid)
(Constructor)

source code 
Overrides: BaseLock.__init__