Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ is_cleared
Method
is_cleared
python/graphscope/client/session.py:1562–1563 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1560
self.stack = []
1561
1562
def
is_cleared(self):
1563
return
not self.stack
1564
1565
@contextlib.contextmanager
1566
def
get_controller(self, default):
Callers
1
as_default
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected