(self)
| 2472 | "# Title\n\n## Abstract\n\nMinerU extracted abstract.\n\n## Method\n\nMinerU extracted method.", |
| 2473 | ) |
| 2474 | |
| 2475 | class FakeResponse: |
| 2476 | def __init__(self, payload=None, content=b""): |
| 2477 | self._payload = payload or {} |
| 2478 | self.content = content |
no outgoing calls
no test coverage detected