pub fn encode_python(expr: &Expr) -> Result<Output>Expand description
Canonically encode lowered Python forms. Expressions outside the stable
vocabulary use the established canonical tagged JSON projection inside a
reserved Python call, keeping codec/python general-purpose.