Skip to main content

find_sysconfigdata

Function find_sysconfigdata 

Source
fn find_sysconfigdata(
    cross: &CrossCompileConfig,
) -> Result<Option<PathBuf>, Error>
Expand description

Finds the sysconfigdata file when the target Python library directory is set.

Returns None if the library directory is not available, and a runtime error when no or multiple sysconfigdata files are found.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here