Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3089
def
log0(text=
''
, caller=1):
3090
_log(text, 0, caller+1)
3091
3092
def
log1(text=
''
, caller=1):
3093
_log(text, 1, caller+1)
Callers
10
build_wheel
Method · 0.85
tag_platform
Method · 0.85
add_file
Method · 0.85
install
Method · 0.85
handle_argv
Method · 0.85
build_extension
Function · 0.85
git_get
Function · 0.85
do_update
Function · 0.85
log
Function · 0.85
show_sysconfig
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…