MCPcopy Create free account
hub / github.com/YuminosukeSato/ironkernel / rewrite_args

Method rewrite_args

src/python/py_expr.rs:385–387  ·  view source on GitHub ↗
(&self, mapping: HashMap<usize, usize>)

Source from the content-addressed store, hash-verified

383 }
384
385 fn rewrite_args(&self, mapping: HashMap<usize, usize>) -> PyExpr {
386 self.rewrite_args_internal(&mapping)
387 }
388}
389
390#[cfg(test)]

Callers 1

pymethods_rewrite_argsFunction · 0.80

Calls 1

rewrite_args_internalMethod · 0.80

Tested by 1

pymethods_rewrite_argsFunction · 0.64