Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ get_arch
Method
get_arch
tools/build.py:75–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
return
'Visual Studio 16 2019'
74
75
def
get_arch(self):
76
return
'x64'
77
78
def
get_sdk_version(self):
79
return
'8.1'
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected