Lines Matching full:tempfile
6 import tempfile962 # try to read body into tempfile970 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()