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

Method __str__

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

Source from the content-addressed store, hash-verified

556 return json.dumps(self.summary(), indent=2)
557
558 def __str__(self) -> str:
559 return self.__repr__()
560
561
562def merge_configs(cfg1, cfg2):

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.95

Tested by

no test coverage detected