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

Method log

src/__init__.py:16167–16169  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

16165 zero or `mupdf.FZ_PLACE_STORY_FLAG_NO_OVERFLOW`.
16166 '''
16167 def log(text):
16168 assert verbose
16169 message(f'fit(): {text}')
16170
16171 assert isinstance(pmin, (int, float)) or pmin is None
16172 assert isinstance(pmax, (int, float)) or pmax is None

Callers 7

build_mupdf_unixFunction · 0.80
cleanFunction · 0.80
_internalFunction · 0.80
_stats_writeFunction · 0.80
childfnFunction · 0.80
_forkFunction · 0.80
writeMethod · 0.80

Calls 1

messageFunction · 0.70

Tested by

no test coverage detected