MCPcopy Index your code
hub / github.com/Project-MONAI/MONAI / get_cmds

Function get_cmds

setup.py:139–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137
138
139def get_cmds():
140 cmds = versioneer.get_cmdclass()
141
142 if not (BUILD_CPP or BUILD_CUDA):
143 return cmds
144
145 cmds.update({"build_ext": BuildExtension.with_options(no_python_abi_suffix=True)})
146 return cmds
147
148
149# Gathering source used for JIT extensions to include in package_data.

Callers 1

setup.pyFile · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…