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

Function map_with_no_kwargs

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

Source from the content-addressed store, hash-verified

810
811 #[test]
812 fn map_with_no_kwargs() {
813 let km = PyKernelModule::new();
814 let x = km.arg("x");
815 let spec = km.elementwise(x).unwrap();
816 let map_spec = km.map(&spec, None).unwrap();
817 assert!(map_spec.args.is_empty());
818 }
819
820 // --- elementwise duplicate arg name ---
821

Callers

nothing calls this directly

Calls 3

argMethod · 0.45
elementwiseMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected