MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / _internal

Function _internal

src/__main__.py:839–841  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

837
838
839def _internal(args):
840 pymupdf.message('This is from PyMuPDF message().')
841 pymupdf.log('This is from PyMuPDF log().')
842
843def main():
844 """Define command configurations."""

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…