|
__init__(self,
hosts,
portRange=( 1, 10000) ,
portList=[ ] ,
queueCount=50,
timeout=30)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
prepare(self)
The use of DeferredSemaphore() here allows us to control the
number of deferreds (and therefore connections) created at once, thus
providing a way for systems to use the script efficiently. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|