_thread.LockType¶
所属パッケージ¶
関数¶
__enter__¶
_thread.LockType.__enter__()
__exit__¶
_thread.LockType.__exit__()
acquire¶
_thread.LockType.acquire()
locked¶
_thread.LockType.locked()
release¶
_thread.LockType.release()
定数¶
__bases__¶
_thread.LockType.__bases__ = tuple((<class 'object'>,))
__name__¶
_thread.LockType.__name__ = str('lock')