Searched refs:read_multi (Results 1 – 3 of 3) sorted by relevance
483 self.read_multi(environ, keep_blank_values, strict_parsing)606 def read_multi(self, environ, keep_blank_values, strict_parsing): member in FieldStorage
855 cgi.FieldStorage.read_multi() now ignores the Content-Length header in part
418 - Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length28368 - cgi.py: In read_multi, allow a subclass to override the class we28373 calls to the FieldStorage constructor from its read_multi method.