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