Package pybaz :: Package backends :: Module commandline :: Class DelayedGuessedSpawningStrategy
[frames | no frames]

Type 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
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
str __pychecker__ = 'no-override'

Class Variable Details

__pychecker__

Type:
str
Value:
'no-override'                                                          

Generated by Epydoc 2.1 on Fri Jul 7 17:05:34 2006 http://epydoc.sf.net