Searched refs:FieldStorage (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_cgi.py113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
139 fs = cgi.FieldStorage(environ=env)
202 # FieldStorage uses readline, which has the capacity to read all
229 fs = cgi.FieldStorage(fp=f, environ=env)
236 #Test basic FieldStorage multipart parsing
258 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_cgi.py113 form = cgi.FieldStorage(fp=fake_stdin, environ=environ)
139 fs = cgi.FieldStorage(environ=env)
202 # FieldStorage uses readline, which has the capacity to read all
229 fs = cgi.FieldStorage(fp=f, environ=env)
236 #Test basic FieldStorage multipart parsing
258 fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcgi.py58 __all__ = ["MiniFieldStorage", "FieldStorage", "FormContentDict",
203 use the FieldStorage class instead which is much more flexible. Note
207 XXX This does not parse nested multipart parts -- use FieldStorage for
210 XXX This should really be subsumed by FieldStorage altogether -- no
212 Also, FieldStorage protects itself better against certain DoS attacks
329 """Like FieldStorage, for use when no file uploads are possible."""
352 class FieldStorage: class in inherits:
360 another FieldStorage or MiniFieldStorage object. If it's a single
513 return "FieldStorage(%r, %r, %r)" % (
893 form = FieldStorage() # Replac
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcgi.py58 __all__ = ["MiniFieldStorage", "FieldStorage", "FormContentDict",
203 use the FieldStorage class instead which is much more flexible. Note
207 XXX This does not parse nested multipart parts -- use FieldStorage for
210 XXX This should really be subsumed by FieldStorage altogether -- no
212 Also, FieldStorage protects itself better against certain DoS attacks
329 """Like FieldStorage, for use when no file uploads are possible."""
352 class FieldStorage: class in inherits:
360 another FieldStorage or MiniFieldStorage object. If it's a single
513 return "FieldStorage(%r, %r, %r)" % (
893 form = FieldStorage() # Replac
[all...]

Completed in 39 milliseconds