File manager - Edit - /opt/imh-python/lib/python2.7/site-packages/flask/wrappers.pyc
Back
� ?I�Qc @ s� d Z d d l m Z m Z d d l m Z d d l m Z d d l m Z d d l m Z e � Z d � Z d e f d � � YZ d e f d � � YZ d S( s� flask.wrappers ~~~~~~~~~~~~~~ Implements the WSGI wrappers (request and response). :copyright: (c) 2011 by Armin Ronacher. :license: BSD, see LICENSE for more details. i����( t Requestt Response( t BadRequesti ( t attach_enctype_error_multidict( t json( t _request_ctx_stackc C s2 t | d d � } | d k r+ | d | � S| j S( Nt get_datat cache( t getattrt Nonet data( t reqR t getter( ( s= /opt/imh-python/lib/python2.7/site-packages/flask/wrappers.pyt _get_data s R c B s� e Z d Z d Z d Z d Z e Z e d � � Z e d � � Z e d � � Z e d � � Z e d � � Z e e e d � Z d � Z d � Z RS( s� The request object used by default in Flask. Remembers the matched endpoint and view arguments. It is what ends up as :class:`~flask.request`. If you want to replace the request object used you can subclass this and set :attr:`~flask.Flask.request_class` to your subclass. The request object is a :class:`~werkzeug.wrappers.Request` subclass and provides all of the attributes Werkzeug defines plus a few Flask specific ones. c C s'