( msg, exc)
| 22004 | PyExc_ValueError = 'ValueError' |
| 22005 | |
| 22006 | def RAISEPY( msg, exc): |
| 22007 | #JM_Exc_CurrentException=exc |
| 22008 | #fz_throw(context, FZ_ERROR_GENERIC, msg) |
| 22009 | raise Exception( msg) |
| 22010 | |
| 22011 | |
| 22012 | def PyUnicode_DecodeRawUnicodeEscape(s, errors='strict'): |
no outgoing calls
no test coverage detected
searching dependent graphs…