MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / _log

Function _log

wdev.py:420–424  ·  view source on GitHub ↗

Logs lines with prefix.

(text='', caller=1)

Source from the content-addressed store, hash-verified

418
419
420def _log(text='', caller=1):
421 '''
422 Logs lines with prefix.
423 '''
424 pipcl.log1(text, caller+1)

Callers 4

defaultMethod · 0.70
__init__Method · 0.70
windows_vs_multipleFunction · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…