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

Function parse_multipart

Lib/cgi.py:193–288  ·  view source on GitHub ↗

Parse multipart input. Arguments: fp : input file pdict: dictionary containing other parameters of content-type header Returns a dictionary just like parse_qs(): keys are the field names, each value is a list of values for that field. This is easy to use but not much goo

(fp, pdict)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseFunction · 0.85

Calls 8

getheaderMethod · 0.95
valid_boundaryFunction · 0.85
parse_headerFunction · 0.85
stripMethod · 0.80
readMethod · 0.45
readlineMethod · 0.45
appendMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected