MCPcopy Create free account
hub / github.com/alibaba/GraphScope / version

Function version

python/graphscope/gsctl/commands/common.py:41–43  ·  view source on GitHub ↗

Print the client version information

()

Source from the content-addressed store, hash-verified

39
40@cli.command()
41def version():
42 """Print the client version information"""
43 info(__version__)
44
45
46@cli.command()

Callers

nothing calls this directly

Calls 1

infoFunction · 0.90

Tested by

no test coverage detected