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

Function megflow

flow-python/src/lib.rs:186–192  ·  view source on GitHub ↗
(_py: Python, m: &PyModule)

Source from the content-addressed store, hash-verified

184
185#[pymodule]
186fn megflow(_py: Python, m: &PyModule) -> PyResult<()> {
187 m.add_class::<Graph>()?;
188 m.add_function(wrap_pyfunction!(version, m)?)?;
189 utils_register(m)?;
190 envelope_register(m)?;
191 Ok(())
192}

Callers

nothing calls this directly

Calls 2

utils_registerFunction · 0.85
envelope_registerFunction · 0.85

Tested by

no test coverage detected