Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/GraphScope
/ __repr__
Method
__repr__
python/graphscope/framework/loader.py:164–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
return
"{}: {}"
.format(self.protocol, self.source)
163
164
def
__repr__(self) -> str:
165
return
self.__str__()
166
167
def
resolve(self, source):
168
""
"Dispatch resolver based on type of source.
Callers
nothing calls this directly
Calls
1
__str__
Method · 0.95
Tested by
no test coverage detected