cython_import_result#
- scikitplot.cython.cython_import_result(pyx_path, *, module_name=None, **kwargs)[source]#
Compile/import a Cython module from a
.pyxfile.- Parameters:
- pyx_pathpath-like
Path to a
.pyxfile.- module_namestr or None, default=None
Module name override. If None, derived deterministically from file content.
- **kwargs
Passed to
compile_and_load_result. The file’s parent directory is automatically included in include paths.
- Returns:
- scikitplot.cython.BuildResult
Build result.
- Parameters:
- Return type: