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

Class RealMasterLock

source code

BaseLock --+
           |
          RealMasterLock

Instance Methods [hide private]
 
__init__(self, lockid) source code
 
getLock(self, slave) source code

Inherited from BaseLock: __repr__, claim, isAvailable, release, waitUntilMaybeAvailable

Inherited from BaseLock (private): _getOwnersCount

Class Variables [hide private]

Inherited from BaseLock: description

Method Details [hide private]

__init__(self, lockid)
(Constructor)

source code 
Overrides: BaseLock.__init__