MCPcopy 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_dictMethod · 0.95
itemsMethod · 0.80
joinMethod · 0.45
formatMethod · 0.45

Tested by

no test coverage detected