MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / RAISEPY

Function RAISEPY

src/__init__.py:22006–22009  ·  view source on GitHub ↗
( msg, exc)

Source from the content-addressed store, hash-verified

22004PyExc_ValueError = 'ValueError'
22005
22006def RAISEPY( msg, exc):
22007 #JM_Exc_CurrentException=exc
22008 #fz_throw(context, FZ_ERROR_GENERIC, msg)
22009 raise Exception( msg)
22010
22011
22012def PyUnicode_DecodeRawUnicodeEscape(s, errors='strict'):

Callers 15

file_infoMethod · 0.85
get_fileMethod · 0.85
get_soundMethod · 0.85
update_fileMethod · 0.85
_embfile_updMethod · 0.85
journal_loadMethod · 0.85
next_locationMethod · 0.85
set_xml_metadataMethod · 0.85
update_objectMethod · 0.85
xref_xml_metadataMethod · 0.85
pixelMethod · 0.85
JM_add_oc_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…