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

Method __init__

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

Source from the content-addressed store, hash-verified

67class VS2019(Generator):
68
69 def __init__(self):
70 super(VS2019, self).__init__(15)
71
72 def get_generator(self):
73 return 'Visual Studio 16 2019'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected