Home
last modified time | relevance | path

Searched refs:MiniFieldStorage (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcgi.py327 class MiniFieldStorage: class
612 list.append(MiniFieldStorage(key, value))
626 self.list.append(MiniFieldStorage(key, value))
/external/python/cpython2/Doc/library/
Dcgi.rst121 :class:`FieldStorage` (or :class:`MiniFieldStorage`, depending on the form
129 :class:`MiniFieldStorage` instance but a list of such instances. Similarly, in
172 actually be instances of the class :class:`MiniFieldStorage`. In this case, the
176 :class:`FieldStorage` and :class:`MiniFieldStorage` items.