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

Method get_generator

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

Source from the content-addressed store, hash-verified

70 super(VS2019, self).__init__(15)
71
72 def get_generator(self):
73 return 'Visual Studio 16 2019'
74
75 def get_arch(self):
76 return 'x64'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected