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

Method __gt__

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

Source from the content-addressed store, hash-verified

40 return self.priority < other.priority
41
42 def __gt__(self, other):
43 return self.priority > other.priority
44
45 def __le__(self, other):
46 return self.priority <= other.priority

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected