MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / __init__

Method __init__

Lib/cgi.py:395–509  ·  view source on GitHub ↗

Constructor. Read multipart/* until last part. Arguments, all optional: fp : file pointer; default: sys.stdin (not used when the request method is GET) headers : header dictionary-like object; default: taken from environ as per

(self, fp=None, headers=None, outerboundary="",
                 environ=os.environ, keep_blank_values=0, strict_parsing=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

read_urlencodedMethod · 0.95
read_multiMethod · 0.95
read_singleMethod · 0.95
StringIOClass · 0.90
parse_headerFunction · 0.85
upperMethod · 0.45

Tested by

no test coverage detected