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

Method __copy__

python-package/lightgbmmt/basic.py:1788–1789  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1786 pass
1787
1788 def __copy__(self):
1789 return self.__deepcopy__(None)
1790
1791 def __deepcopy__(self, _):
1792 model_str = self.model_to_string(num_iteration=-1)

Callers

nothing calls this directly

Calls 1

__deepcopy__Method · 0.95

Tested by

no test coverage detected