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

Function version

flow-python/src/lib.rs:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32#[pyfunction]
33fn version() -> &'static str {
34 env!("CARGO_PKG_VERSION")
35}
36
37#[pymethods]
38impl Graph {

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected