Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
def
info(message: str, bold=False, fg=None):
65
click.secho(message, bold=bold, fg=fg)
66
67
68
def
warning(message: str, bold=False):
Callers
12
get_command_collection
Function · 0.90
version
Function · 0.90
connect
Function · 0.90
close
Function · 0.90
estimate
Function · 0.90
ls
Function · 0.90
job
Function · 0.90
storedproc
Function · 0.90
start
Function · 0.90
use
Function · 0.90
ls
Function · 0.90
job
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected