MCPcopy Create free account
hub / github.com/pallets/quart / get_parse_func

Method get_parse_func

src/quart/formparser.py:61–64  ·  view source on GitHub ↗
(
        self, mimetype: str, options: dict[str, str]
    )

Source from the content-addressed store, hash-verified

59 self.stream_factory = stream_factory
60
61 def get_parse_func(
62 self, mimetype: str, options: dict[str, str]
63 ) -> ParserFunc | None:
64 return self.parse_functions.get(mimetype)
65
66 async def parse(
67 self,

Callers 1

parseMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected