Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/graphvite
/ main
Function
main
python/graphvite/cmd.py:270–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
268
}
269
270
def
main():
271
parser = get_parser()
272
args = parser.parse_args()
273
command[args.command](args)
274
return
0
Callers
nothing calls this directly
Calls
1
get_parser
Function · 0.85
Tested by
no test coverage detected