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

Method __lt__

code2flow/model.py:513–514  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

511 return f"<Group token={self.token} type={self.display_type}>"
512
513 def __lt__(self, other):
514 return self.label() < other.label()
515
516 def label(self):
517 """

Callers

nothing calls this directly

Calls 2

labelMethod · 0.95
labelMethod · 0.45

Tested by

no test coverage detected