(
self, mimetype: str, options: dict[str, str]
)
| 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, |