MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / __repr__

Method __repr__

util/utils.py:555–556  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

553 return res
554
555 def __repr__(self) -> str:
556 return json.dumps(self.summary(), indent=2)
557
558 def __str__(self) -> str:
559 return self.__repr__()

Callers 1

__str__Method · 0.95

Calls 1

summaryMethod · 0.95

Tested by

no test coverage detected