(self)
| 2472 | |
| 2473 | archive_buffer = io.BytesIO() |
| 2474 | with zipfile.ZipFile(archive_buffer, "w") as archive: |
| 2475 | archive.writestr( |
| 2476 | "paper/full.md", |
| 2477 | "# Title\n\n## Abstract\n\nMinerU extracted abstract.\n\n## Method\n\nMinerU extracted method.", |
| 2478 | ) |
no outgoing calls
no test coverage detected