MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / install

Method install

python-package/setup.py:209–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

207class CustomInstallLib(install_lib):
208
209 def install(self):
210 outfiles = install_lib.install(self)
211 src = find_lib()[0]
212 dst = os.path.join(self.install_dir, 'lightgbmmt')
213 dst, _ = self.copy_file(src, dst)
214 outfiles.append(dst)
215 return outfiles
216
217
218class CustomInstall(install):

Callers

nothing calls this directly

Calls 3

find_libFunction · 0.85
joinMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected