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

Method get_sdk_version

tools/build.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34 raise NotImplementedError
35
36 def get_sdk_version(self):
37 raise NotImplementedError
38
39 def __lt__(self, other):
40 return self.priority < other.priority

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected