Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3095
def
log2(text=
''
, caller=1):
3096
_log(text, 2, caller+1)
3097
3098
def
_log(text, level, caller):
3099
''
&
#x27;
Callers
15
build_wheel
Method · 0.85
build_sdist
Method · 0.85
add
Method · 0.85
wheel_name_match
Method · 0.85
_call_fn_build
Method · 0.85
install
Method · 0.85
add_file
Method · 0.85
add_str
Method · 0.85
_write_info
Method · 0.85
handle_argv
Method · 0.85
_fromto
Method · 0.85
build_extension
Function · 0.85
Calls
1
_log
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…