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

Method get_temp_args

src/python/py_expr.rs:374–379  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

372 }
373
374 fn get_temp_args(&self) -> HashMap<usize, String> {
375 self.temp_args
376 .iter()
377 .map(|(temp_id, name)| (*temp_id, name.clone()))
378 .collect()
379 }
380
381 fn get_referenced_args(&self) -> Vec<usize> {
382 self.inner.referenced_args()

Callers 1

pymethods_get_temp_argsFunction · 0.80

Calls 1

mapMethod · 0.45

Tested by 1

pymethods_get_temp_argsFunction · 0.64