Trees | Indices | Help |
|
---|
|
object --+ | Lockable
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
sendEventWhenBlockedFlag = False
|
|||
modelerLock = 0
|
|
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.0.1.1812 on Tue Oct 11 12:51:24 2011 | http://epydoc.sourceforge.net |