Trees | Indices | Help |
|
---|
|
object --+ | Lockable
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
sendEventWhenBlockedFlag = False
|
|||
modelerLock = 0
|
|
|||
Inherited from |
|
if self.modelerLock == DELETE_LOCKED: return "Locked from deletion" elif self.modelerLock == UPDATE_LOCKED: return "Locked from updates and deletion" elif isinstance(self.getPrimaryParent(), Lockable): return "%s by parent" % self.getPrimaryParent().lockStatus() elif self.modelerLock == UNLOCKED: return "Unlocked" |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Oct 25 16:28:00 2007 | http://epydoc.sourceforge.net |