Function python_entry_point_template

Source
pub fn python_entry_point_template(
    target_prefix: &str,
    for_windows: bool,
    entry_point: &EntryPoint,
    python_info: &PythonInfo,
) -> String
Expand description

Returns Python code that, when placed in an executable file, invokes the specified [EntryPoint].