Home | Trees | Index | Help |
---|
Package pybaz :: Package backends :: Module commandline :: Class DelayedGuessedSpawningStrategy |
|
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.
Method Summary | |
---|---|
__init__(self,
*args,
**kwargs)
| |
sequence_cmd(self,
*args,
**kwargs)
| |
status_cmd(self,
*args,
**kwargs)
| |
status_text_cmd(self,
*args,
**kwargs)
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Class Variable Summary | |
---|---|
str |
__pychecker__ = 'no-override'
|
Class Variable Details |
---|
__pychecker__
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Jul 11 07:23:51 2006 | http://epydoc.sf.net |