Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pymupdf/PyMuPDF
/ exception_info
Function
exception_info
src/__init__.py:276–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
275
276
def
exception_info():
277
import
traceback
278
log(f
'exception_info:'
)
279
log(traceback.format_exc())
280
281
282
# PDF names must not contain these characters:
Callers
15
_get_redact_values
Method · 0.85
_setAP
Method · 0.85
_update_appearance
Method · 0.85
apn_matrix
Method · 0.85
colors
Method · 0.85
__init__
Method · 0.85
_getMetadata
Method · 0.85
_loadOutline
Method · 0.85
get_ocmd
Method · 0.85
get_page_fonts
Method · 0.85
is_form_pdf
Method · 0.85
markinfo
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…