Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3092
def
log1(text=
''
, caller=1):
3093
_log(text, 1, caller+1)
3094
3095
def
log2(text=
''
, caller=1):
3096
_log(text, 2, caller+1)
Callers
13
build_wheel
Method · 0.85
build_sdist
Method · 0.85
install
Method · 0.85
handle_argv
Method · 0.85
add
Method · 0.85
git_info
Function · 0.85
git_items
Function · 0.85
run
Function · 0.85
__init__
Method · 0.85
run_if
Function · 0.85
get_soname
Function · 0.85
add_file
Method · 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…