Home | History | Annotate | Download | only in webapp2_extras
      1 .. _api.webapp2_extras.config:
      2 
      3 Configuration
      4 =============
      5 This module is deprecated. :class:`webapp2.WSGIApplication` now has a simple
      6 configuration dictionary used by default, stored in
      7 :class:`webapp2.WSGIApplication.config`. See also :class:`webapp2.Config`.
      8 
      9 .. module:: webapp2_extras.config
     10 
     11 .. autodata:: DEFAULT_VALUE
     12 
     13 .. autodata:: REQUIRED_VALUE
     14 
     15 .. autoclass:: Config
     16    :members: __init__, __getitem__, __setitem__, get, setdefault, update,
     17              get_config
     18