reclassify_python_import

Function reclassify_python_import 

Source
pub fn reclassify_python_import(
    import_path: &str,
    package_prefix: Option<&str>,
) -> ImportType
Expand description

Reclassify a Python import using the project’s package name Similar to reclassify_go_import() and reclassify_java_import()