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

Function log1

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

Source from the content-addressed store, hash-verified

3090 _log(text, 0, caller+1)
3091
3092def log1(text='', caller=1):
3093 _log(text, 1, caller+1)
3094
3095def log2(text='', caller=1):
3096 _log(text, 2, caller+1)

Callers 13

build_wheelMethod · 0.85
build_sdistMethod · 0.85
installMethod · 0.85
handle_argvMethod · 0.85
addMethod · 0.85
git_infoFunction · 0.85
git_itemsFunction · 0.85
runFunction · 0.85
__init__Method · 0.85
run_ifFunction · 0.85
get_sonameFunction · 0.85
add_fileMethod · 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…