python_to_aether

Function python_to_aether 

Source
pub fn python_to_aether(
    source: &str,
    opts: &TranspileOptions,
) -> PythonToAetherResult
Expand description

Transpile Python source into Aether source.

  • By default (TranspileOptions::default()), numpy / filesystem / network / console IO are rejected.
  • When the pytranspile cargo feature is disabled, this always returns an error diagnostic.