Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ to_python
Method
to_python
flow-rs/src/loader/python/mod.rs:97–99 ·
view source on GitHub ↗
(&self, py: pyo3::Python)
Source
from the content-addressed store, hash-verified
95
96
impl Resource for PyObject {
97
fn to_python(&self, py: pyo3::Python) -> pyo3::PyObject {
98
self.clone_ref(py)
99
}
100
}
101
102
impl Plugin for ResourcePlugin {
Callers
1
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected