Dummy lock type used when threads are inactive or unavailable
Methods
|
|
__init__
acquire
locked
release
|
|
__init__
|
__init__ ( self )
|
|
acquire
|
acquire ( self, *waitflag )
Exceptions
|
|
RunTimeError( "Attempt to double-lock a lock in a single-threaded program" )
|
|
|
locked
|
locked ( self )
|
|
release
|
release ( self )
|
|