Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ megflow_quickstart
Function
megflow_quickstart
flow-python/megflow/command_line.py:51–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
50
51
def
megflow_quickstart():
52
bin_path = pkg_resources.resource_filename(
'megflow'
,
'megflow_quickstart_inner'
)
53
sys.argv[0] = bin_path
54
ret = subprocess.Popen(sys.argv)
55
ret.wait()
56
57
58
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected