py_getmodule method
Get a module by path.
Implementation
py_GlobalRef py_getmodule(
ffi.Pointer<ffi.Char> path,
) {
return _py_getmodule(
path,
);
}
Get a module by path.
py_GlobalRef py_getmodule(
ffi.Pointer<ffi.Char> path,
) {
return _py_getmodule(
path,
);
}