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

Class BaseLockId

source code

util.ComparableMixin --+
                       |
                      BaseLockId
Known Subclasses:

Abstract base class for LockId classes.

Sets up the 'access()' function for the LockId's available to the user
(MasterLock and SlaveLock classes).
Derived classes should add
- Comparison with the L{util.ComparableMixin} via the L{compare_attrs}
  class variable.
- Link to the actual lock class should be added with the L{lockClass}
  class variable.

Instance Methods
 
access(self, mode)
Express how the lock should be accessed
source code
 
defaultAccess(self)
For buildbot 0.7.7 compability: When user doesn't specify an access mode, this one is chosen.
source code

Inherited from util.ComparableMixin: __cmp__, __hash__, __providedBy__

Class Variables

Inherited from util.ComparableMixin: __implemented__, __provides__, compare_attrs