MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / __repr__

Method __repr__

code2flow/model.py:510–511  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

508 self.uid = "cluster_" + os.urandom(4).hex() # group doesn't work by syntax rules
509
510 def __repr__(self):
511 return f"<Group token={self.token} type={self.display_type}>"
512
513 def __lt__(self, other):
514 return self.label() < other.label()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected