| Home | Trees | Indices | Help |
|
|---|
|
|
from Thinking in Python, Bruce Eckel http://mindview.net/Books/TIPython
Simple emulation of Java's 'synchronized' keyword, from Peter Norvig.
|
|||
| Synchronization | |||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Synchronize methods in the given class. Only synchronize the methods whose names are given, or all methods if names=None. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Nov 22 15:23:51 2014 | http://epydoc.sourceforge.net |