Home | History | Annotate | Download | only in webob

Lines Matching full:tempfile

6 import tempfile
962 # try to read body into tempfile
970 Copy wsgi.input to tempfile if necessary. Returns True if it did.
998 Create a tempfile to store big request body.
1001 return tempfile.TemporaryFile()