Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ __init__
Method
__init__
python/graphscope/client/session.py:1542–1544 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1540
""
"A stack of objects for providing implicit defaults."
""
1541
1542
def
__init__(self):
1543
super().__init__()
1544
self.stack = []
1545
1546
def
get_default(self) -> Session:
1547
if
not self.stack:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected