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

Method __init__

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

Source from the content-addressed store, hash-verified

82class VS2017(Generator):
83
84 def __init__(self):
85 super(VS2017, self).__init__(5)
86
87 def get_generator(self):
88 return 'Visual Studio 15 2017 Win64'

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected