Package circuits :: Package lib :: Package web :: Module cgifs :: Class FieldStorage

Class FieldStorage

cgi.FieldStorage --+
                   |
                  FieldStorage

Instance Methods
 
read_lines_to_eof(self)
Internal: read lines until EOF.
 
read_lines_to_outerboundary(self)
Internal: read lines until outerboundary.
 
skip_lines(self)
Internal: skip lines until outer boundary if defined.

Inherited from cgi.FieldStorage: __contains__, __getattr__, __getitem__, __init__, __iter__, __len__, __nonzero__, __repr__, getfirst, getlist, getvalue, has_key, keys, make_file, read_binary, read_lines, read_multi, read_single, read_urlencoded

Class Variables

Inherited from cgi.FieldStorage: FieldStorageClass, bufsize

Method Details

read_lines_to_eof(self)

 

Internal: read lines until EOF.

Overrides: cgi.FieldStorage.read_lines_to_eof

read_lines_to_outerboundary(self)

 

Internal: read lines until outerboundary.

Overrides: cgi.FieldStorage.read_lines_to_outerboundary

skip_lines(self)

 

Internal: skip lines until outer boundary if defined.

Overrides: cgi.FieldStorage.skip_lines