Package gyropy :: Module g_proxy :: Class C_threadstate
[frames] | no frames]

Class C_threadstate

source code


Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
to_idle(self, me) source code
 
to_busy(self, me) source code
 
to_stopped(self, me) source code
 
to_starting(self, me) source code
 
anticipate_stop(self) source code
 
n_busy(self) source code
 
n_idle(self) source code
 
list(self) source code
 
busylist(self) source code
 
wait_until_all_done(self)
Called from main thread.
source code
 
reap_stopped_threads(self)
Called from main thread.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  IDLE = 0
  BUSY = 1
  STARTING = 2
Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)