(args)
| 837 | |
| 838 | |
| 839 | def _internal(args): |
| 840 | pymupdf.message('This is from PyMuPDF message().') |
| 841 | pymupdf.log('This is from PyMuPDF log().') |
| 842 | |
| 843 | def main(): |
| 844 | """Define command configurations.""" |
nothing calls this directly
no test coverage detected
searching dependent graphs…