Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
33
fn version() -> &'static str {
34
env!(
"CARGO_PKG_VERSION"
)
35
}
36
37
#[pymethods]
38
impl Graph {
Callers
1
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected