MCPcopy Create free account
hub / github.com/alibaba/GraphScope / __str__

Method __str__

python/graphscope/framework/loader.py:161–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159 self.resolve(source)
160
161 def __str__(self) -> str:
162 return "{}: {}".format(self.protocol, self.source)
163
164 def __repr__(self) -> str:
165 return self.__str__()

Callers 1

__repr__Method · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected