Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ __lt__
Method
__lt__
code2flow/model.py:282–283 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
280
return
f
"<Node token={self.token} parent={self.parent}>"
281
282
def
__lt__(self, other):
283
return
self.name() < other.name()
284
285
def
name(self):
286
""
"
Callers
nothing calls this directly
Calls
1
name
Method · 0.95
Tested by
no test coverage detected