pub fn py_func<O0: Into<Output>>( input: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for PyFunc::new().build(input, scope).
PyFunc::new().build(input, scope)