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

Function arg_inner_matches_temp_id

src/python/py_kernel.rs:363–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361
362 #[test]
363 fn arg_inner_matches_temp_id() {
364 let km = PyKernelModule::new();
365 let x = km.arg("x");
366 let temp_id = *x.temp_args.keys().next().unwrap();
367 assert_eq!(x.inner, Expr::ArgRef(temp_id));
368 }
369
370 #[test]
371 fn args_returns_correct_count() {

Callers

nothing calls this directly

Calls 1

argMethod · 0.45

Tested by

no test coverage detected