Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LockType = objects.NewType("lock", []*objects.Type{objects.ObjectType()})
LockType is the type singleton for _thread.lock.
CPython: Modules/_threadmodule.c:949 Locktype
View Source
var RLockType = objects.NewType("RLock", []*objects.Type{objects.ObjectType()})
RLockType is the type singleton for _thread.RLock.
CPython: Modules/_threadmodule.c:1278 PyRLock_Type
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.