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

Method __repr__

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

Source from the content-addressed store, hash-verified

458 node1.is_trunk = False
459
460 def __repr__(self):
461 return f"<Edge {self.node0} -> {self.node1}"
462
463 def __lt__(self, other):
464 if self.node0 == other.node0:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected