_thread¶
クラス定義¶
LockType¶
_thread.LockType
関数¶
allocate_lock¶
_thread.allocate_lock()
exit¶
_thread.exit()
get_ident¶
_thread.get_ident()
stack_size¶
_thread.stack_size()
start_new_thread¶
_thread.start_new_thread()
定数¶
__name__¶
_thread.__name__ = str('_thread')