build_package_from_paths_result# scikitplot.cython.build_package_from_paths_result(modules, *, package_name, profile=None, **kwargs)[source]# Build and import a multi-module extension package from .pyx file paths. Parameters: modules (Mapping[str, str | Path]) package_name (str) profile (str | None) kwargs (Any) Return type: PackageBuildResult