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

Function log0

pipcl.py:3089–3090  ·  view source on GitHub ↗
(text='', caller=1)

Source from the content-addressed store, hash-verified

3087 _log(text, 0, caller+1)
3088
3089def log0(text='', caller=1):
3090 _log(text, 0, caller+1)
3091
3092def log1(text='', caller=1):
3093 _log(text, 1, caller+1)

Callers 10

build_wheelMethod · 0.85
tag_platformMethod · 0.85
add_fileMethod · 0.85
installMethod · 0.85
handle_argvMethod · 0.85
build_extensionFunction · 0.85
git_getFunction · 0.85
do_updateFunction · 0.85
logFunction · 0.85
show_sysconfigFunction · 0.85

Calls 1

_logFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…