| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
SpawningStrategy --+
|
DelayedGuessedSpawningStrategy
SpawningStrategy that uses Twisted if it is present in ``sys.modules``. This SpawningStrategy tries to do the right thing my looking at the contents of ``sys.modules``: if "twisted" or a module of that package is loaded when the first spawning method is run, it will use the Twisted spawning strategy. Otherwise, it will use a simple fork/exec spawning strategy which does not depend on Twisted.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
__pychecker__ =
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:13 2007 | http://epydoc.sourceforge.net |