Package cherrypy :: Package test :: Module modpy :: Class ModPythonSupervisor
[hide private]
[frames] | no frames]

Class ModPythonSupervisor

source code

       object --+    
                |    
helper.Supervisor --+
                    |
                   ModPythonSupervisor

Instance Methods [hide private]
 
__str__(self)
str(x)
source code
 
start(self, modulename) source code
 
stop(self)
Gracefully shutdown a server that is serving forever.
source code

Inherited from helper.Supervisor: __init__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  using_apache = True
  using_wsgi = False
  template = None
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)