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

Method __le__

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

Source from the content-addressed store, hash-verified

43 return self.priority > other.priority
44
45 def __le__(self, other):
46 return self.priority <= other.priority
47
48 def __ge__(self, other):
49 return self.priority >= other.priority

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected