Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ __deepcopy__
Method
__deepcopy__
python/ccxt/static_dependencies/marshmallow/fields.py:251–252 ·
view source on GitHub ↗
(self, memo)
Source
from the content-addressed store, hash-verified
249
)
250
251
def
__deepcopy__(self, memo):
252
return
copy.copy(self)
253
254
def
get_value(self, obj, attr, accessor=None, default=missing_):
255
""
"Return the value
for
a given key
from
an object.
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected