MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / input

Method input

flow-python/src/lib.rs:62–64  ·  view source on GitHub ↗
(&self, key: &str)

Source from the content-addressed store, hash-verified

60 }
61
62 fn input(&self, key: &str) -> Option<PyObject> {
63 self.inps.get(key).cloned()
64 }
65
66 fn output(&self, key: &str) -> Option<PyObject> {
67 self.outs.get(key).cloned()

Callers 2

newMethod · 0.45
sendFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected