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

Function log

tests/run_compound.py:32–34  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

30
31
32def log(text):
33 print(textwrap.indent(text, 'PyMuPDF:tests/run_compound.py: '))
34 sys.stdout.flush()
35
36
37def log_star(text):

Callers 3

log_starFunction · 0.70
mainFunction · 0.70
run_compound.pyFile · 0.70

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected