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

Method label

code2flow/model.py:516–521  ·  view source on GitHub ↗

Labels are what you see on the graph :rtype: str

(self)

Source from the content-addressed store, hash-verified

514 return self.label() < other.label()
515
516 def label(self):
517 """
518 Labels are what you see on the graph
519 :rtype: str
520 """
521 return f"{self.display_type}: {self.token}"
522
523 def filename(self):
524 """

Callers 2

__lt__Method · 0.95
to_dotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected