python_to_aether_checked

Function python_to_aether_checked 

Source
pub fn python_to_aether_checked(
    source: &str,
    opts: &TranspileOptions,
) -> Result<String, Diagnostics>
Expand description

Convenience: returns Ok(code) if transpilation succeeded, Err(diagnostics) otherwise.