Skip to main content

assert_python_entry_point

Function assert_python_entry_point 

Source
pub fn assert_python_entry_point(
    adapter: &BoxTargetAdapter,
    entry_point: &str,
) -> Result<()>
Expand description

Ensures a release’s entry point agrees with the adapter’s standalone Python layout.

§Errors

When the entry point is not the one the adapter defines.