Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ __str__
Method
__str__
python/graphscope/framework/loader.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
return
options
86
87
def
__str__(self) -> str:
88
return
"&"
.join([
"{}={}"
.format(k, v)
for
k, v in self.to_dict().items()])
89
90
def
__repr__(self) -> str:
91
return
self.__str__()
Callers
1
__repr__
Method · 0.95
Calls
4
to_dict
Method · 0.95
items
Method · 0.80
join
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected