| 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 May 7 11:46:12 2009 | http://epydoc.sourceforge.net |