__enter__ def __enter__(self) Undocumented function. |
__exit__ def __exit__(self, *args) Undocumented function. |
__init__ def __init__(self, lock=None, verbose=None) Undocumented function. |
__repr__ def __repr__(self) Undocumented function. |
_acquire_restore def _acquire_restore(self, x) Undocumented function. |
_is_owned def _is_owned(self) Undocumented function. |
_release_save def _release_save(self) Undocumented function. |
notify def notify(self, n=1) Undocumented function. |
notifyAll def notifyAll(self) Undocumented function. |
wait def wait(self, timeout=None) Undocumented function. |