Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ outputs
Method
outputs
flow-python/src/lib.rs:58–60 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
56
}
57
58
fn outputs(&self) -> Vec<&str> {
59
self.outs.keys().map(|x| x.as_str()).collect()
60
}
61
62
fn input(&self, key: &str) -> Option<PyObject> {
63
self.inps.get(key).cloned()
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected