Package posterity :: Module core :: Class PosterityApplication

Class PosterityApplication



object --+
         |
        PosterityApplication

Posterity WSGI application

Instance Methods
 
__init__(self, config, **kw)
Initialize the Posterity wsgi application
 
__call__(self, environ, start_response)
 
setup_routes(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, config, **kw)
(Constructor)

 
Initialize the Posterity wsgi application
Parameters:
  • config - The global configuration
Overrides: object.__init__