mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
...
This commit is contained in:
parent
693026c6c4
commit
4254de48bf
@ -353,6 +353,7 @@ py_TmpRef py_getmodule(const char* path);
|
||||
int py_import(const char* path) PY_RAISE;
|
||||
|
||||
/************* Errors *************/
|
||||
|
||||
/// Raise an exception by type and message. Always return false.
|
||||
bool py_exception(py_Type type, const char* fmt, ...) PY_RAISE;
|
||||
/// Raise an expection object. Always return false.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user