Trees | Indices | Help |
---|
|
|
|||
|
|
|||
Singleton Singleton metaclass usage: __metaclass__ = Singleton |
|
|||
|
|||
|
|
|||
NAME =
|
|||
__package__ =
|
|
Decorator that provides reentrant method invocation using the object's mutex. The object must have a private RLock attribute named __mutex. Intended only for instance methods that have a method body that can be safely mutexed in it's entirety to prevent deadlock senarios. |
Decorator that provides reentrant method invocation using the object's mutex. The object must have a private RLock attribute named __mutex. Intended only for instance methods that have a method body that can be safely mutexed in it's entirety to prevent deadlock senarios. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu May 2 09:10:28 2013 | http://epydoc.sourceforge.net |