cython_import# scikitplot.cython.cython_import(pyx_path, *, module_name=None, **kwargs)[source]# Compile/import a Cython module from a .pyx file and return the loaded module. Parameters: pyx_path (str | PathLike[str] | PathLike[bytes] | bytes) module_name (str | None) kwargs (Any) Return type: ModuleType