pub fn resolve_python_relative_module_from_package(
current_package: &str,
module_expr: &str,
) -> Option<String>Expand description
Resolve a structured Python module expression against an already-known
package identity. Dependency-pack producers know module identities without
owning a workspace ProjectFile, so they use this entry point.