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

Function info

python/graphscope/gsctl/utils.py:64–65  ·  view source on GitHub ↗
(message: str, bold=False, fg=None)

Source from the content-addressed store, hash-verified

62
63
64def info(message: str, bold=False, fg=None):
65 click.secho(message, bold=bold, fg=fg)
66
67
68def warning(message: str, bold=False):

Callers 12

get_command_collectionFunction · 0.90
versionFunction · 0.90
connectFunction · 0.90
closeFunction · 0.90
estimateFunction · 0.90
lsFunction · 0.90
jobFunction · 0.90
storedprocFunction · 0.90
startFunction · 0.90
useFunction · 0.90
lsFunction · 0.90
jobFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected