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

Method __repr__

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

Source from the content-addressed store, hash-verified

277 self.is_trunk = True # nothing calls it
278
279 def __repr__(self):
280 return f"<Node token={self.token} parent={self.parent}>"
281
282 def __lt__(self, other):
283 return self.name() < other.name()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected