mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 03:50:16 +00:00
...
This commit is contained in:
parent
4b292abb4e
commit
a2c0bddf79
@ -491,7 +491,7 @@ PK_API bool py_importlib_reload(py_GlobalRef module) PY_RAISE PY_RETURN;
|
||||
/// Import a module.
|
||||
/// The result will be set to `py_retval()`.
|
||||
/// -1: error, 0: not found, 1: success
|
||||
PK_API int py_import(const char* path) PY_RAISE;
|
||||
PK_API int py_import(const char* path) PY_RAISE PY_RETURN;
|
||||
|
||||
/************* Errors *************/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user