Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pymupdf/PyMuPDF
/ log_star
Function
log_star
tests/run_compound.py:37–40 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
35
36
37
def
log_star(text):
38
log(
'#'
* 40)
39
log(text)
40
log(
'#'
* 40)
41
42
43
def
main():
Callers
1
main
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…