MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / finalize_options

Method finalize_options

python/setup.py:12–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class bdist_wheel(_bdist_wheel):
12 def finalize_options(self):
13 _bdist_wheel.finalize_options(self)
14 self.root_is_pure = False
15
16dirname = path.dirname(path.abspath(__file__))
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected