OpenGrok
Cross Reference: cgi.py
xref
: /
prebuilts
/
python
/
linux-x86
/
2.7.5
/
lib
/
python2.7
/
cgi.py
Home
|
History
|
Annotate
|
Download
|
only in
python2.7
Lines Matching
full:tempfile
766
import
tempfile
767
return
tempfile
.TemporaryFile("w+b")