Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ get_generator
Method
get_generator
tools/build.py:87–88 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
85
super(VS2017, self).__init__(5)
86
87
def
get_generator(self):
88
return
'Visual Studio 15 2017 Win64'
89
90
def
get_arch(self):
91
return
None
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected