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

Function log2

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

Source from the content-addressed store, hash-verified

3093 _log(text, 1, caller+1)
3094
3095def log2(text='', caller=1):
3096 _log(text, 2, caller+1)
3097
3098def _log(text, level, caller):
3099 '''

Callers 15

build_wheelMethod · 0.85
build_sdistMethod · 0.85
addMethod · 0.85
wheel_name_matchMethod · 0.85
_call_fn_buildMethod · 0.85
installMethod · 0.85
add_fileMethod · 0.85
add_strMethod · 0.85
_write_infoMethod · 0.85
handle_argvMethod · 0.85
_fromtoMethod · 0.85
build_extensionFunction · 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…