MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / __lt__

Method __lt__

tools/build.py:39–40  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

37 raise NotImplementedError
38
39 def __lt__(self, other):
40 return self.priority < other.priority
41
42 def __gt__(self, other):
43 return self.priority > other.priority

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected