MCPcopy
hub / github.com/yangchris11/samurai / finalize_options

Method finalize_options

sam2/setup.py:119–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 class BuildExtensionIgnoreErrors(BuildExtension):
118
119 def finalize_options(self):
120 try:
121 super().finalize_options()
122 except Exception as e:
123 print(CUDA_ERROR_MSG.format(e))
124 self.extensions = []
125
126 def build_extensions(self):
127 try:

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected