Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ __copy__
Method
__copy__
catboost/python-package/catboost/core.py:1785–1786 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1783
self._canonized_params = None
1784
1785
def
__copy__(self):
1786
return
self.__deepcopy__(None)
1787
1788
def
__deepcopy__(self, _):
1789
state = self.__getstate__()
Callers
1
copy
Method · 0.95
Calls
1
__deepcopy__
Method · 0.95
Tested by
no test coverage detected