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

Function _global

python/graphscope/gsctl/commands/interactive/graph.py:252–255  ·  view source on GitHub ↗

Switch back to the global scope

()

Source from the content-addressed store, hash-verified

250
251@use.command(name="GLOBAL")
252def _global():
253 """Switch back to the global scope"""
254 switch_context("global")
255 click.secho("Using GLOBAL", fg="green")
256
257
258if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

switch_contextFunction · 0.90

Tested by

no test coverage detected