| Trees | Indices | Help |
|
|---|
object --+ | Server --+ | WSGIServer
Inherited from Server:
cgirequest_class ,
request_class
Inherited from Server:
error,
run
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from Server:
inputStreamShrinkThreshold
Inherited from object:
__class__
environ, if present, must be a dictionary-like object. Its contents will be copied into application's environ. Useful for passing application-specific variables.
Set multithreaded to False if your application is not MT-safe.
| Trees | Indices | Help |
|
|---|