PPA.HTTP.Form
index
/home/ods/SF-PPA/homepage/API/PPA/HTTP/Form.py

# $Id: Form.py,v 1.2 2004/10/20 15:03:57 ods Exp $

 
Modules
       
urllib

 
Classes
       
__builtin__.object
Form

 
class Form(__builtin__.object)
     Methods defined here:
parseURLEncoded(self, request, content_length=None)
parseURLEncodedString(self, body)

Static methods defined here:
__new__(cls, request)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Form' objects>
list of weak references to the object (if defined)
keepBlankValues = 0
maxContentLength = 1048576
requireContentLength = 1