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

Method __ge__

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

Source from the content-addressed store, hash-verified

46 return self.priority <= other.priority
47
48 def __ge__(self, other):
49 return self.priority >= other.priority
50
51
52class VS2022(Generator):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected