MCPcopy 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
276def 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_valuesMethod · 0.85
_setAPMethod · 0.85
_update_appearanceMethod · 0.85
apn_matrixMethod · 0.85
colorsMethod · 0.85
__init__Method · 0.85
_getMetadataMethod · 0.85
_loadOutlineMethod · 0.85
get_ocmdMethod · 0.85
get_page_fontsMethod · 0.85
is_form_pdfMethod · 0.85
markinfoMethod · 0.85

Calls 1

logFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…