Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ log
Function
log
tests/run_compound.py:32–34 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
30
31
32
def
log(text):
33
print(textwrap.indent(text,
'PyMuPDF:tests/run_compound.py: '
))
34
sys.stdout.flush()
35
36
37
def
log_star(text):
Callers
3
log_star
Function · 0.70
main
Function · 0.70
run_compound.py
File · 0.70
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected