Package grassyknoll :: Package tests :: Package test_concurrent :: Module test_ThreadPool :: Class TestBroadcastPool
[hide private]

Class TestBroadcastPool

source code


Instance Methods [hide private]
 
setUp(self) source code
 
appendList(self, x) source code
 
getFunc(self) source code
 
test_parallel_broadcast(self) source code
 
test_serial_broadcast(self) source code

Inherited from BaseTestPool: box_size, tearDown

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _ThreadPoolClass = BroadcastThreadPool
  num_workers = 10
  kwargs = {'inbox_timeout':.05}

Inherited from BaseTestPool: box_factor

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

source code 
Overrides: BaseTestPool.setUp

appendList(self, x)

source code 
Decorators:
  • @methodMessenger()

getFunc(self)

source code 
Overrides: BaseTestPool.getFunc