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

Function succ

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

Source from the content-addressed store, hash-verified

71
72
73def succ(message: str, bold=False, fg=None):
74 click.secho("[SUCCESS] ", nl=False, fg="green", bold=True)
75 click.secho(message, bold=bold, fg=fg)
76
77
78def err(message: str, bold=False):

Callers 15

connectFunction · 0.90
closeFunction · 0.90
estimateFunction · 0.90
schemaFunction · 0.90
vertex_typeFunction · 0.90
edge_typeFunction · 0.90
datasourceFunction · 0.90
loaderjobFunction · 0.90
jobFunction · 0.90
storedprocFunction · 0.90
stopFunction · 0.90
startFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected