Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
new
Method · 0.45
send
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected