pub fn reclassify_python_import(
import_path: &str,
package_prefix: Option<&str>,
) -> ImportTypeExpand description
Reclassify a Python import using the project’s package name Similar to reclassify_go_import() and reclassify_java_import()
pub fn reclassify_python_import(
import_path: &str,
package_prefix: Option<&str>,
) -> ImportTypeReclassify a Python import using the project’s package name Similar to reclassify_go_import() and reclassify_java_import()