brainevent.load_cpp_file# brainevent.load_cpp_file(filepath, functions=None, *, name=None, **kwargs)[source]# Compile a single .cpp / .cc file for CPU and load the module. Parameters: filepath (str | Path) – Path to the C++ source file. functions (dict[str, list[str]] | list[str] | None) – Same as load_cpp_inline(). name (str | None) – Module name. Defaults to the file stem. **kwargs – Forwarded to load_cpp_inline(). Return type: CompiledModule