Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ clone
Method
clone
python/ccxt/base/exchange.py:2013–2014 ·
view source on GitHub ↗
(self, obj)
Source
from the content-addressed store, hash-verified
2011
return
unsigned
2012
2013
def
clone(self, obj):
2014
return
obj
if
isinstance(obj, list)
else
self.extend(obj)
2015
2016
# def delete_key_from_dictionary(self, dictionary, key):
2017
# newDictionary = self.clone(dictionary)
Callers
9
test_clone
Function · 0.95
set_sandbox_mode
Method · 0.95
testClone
Function · 0.95
setSandboxMode
Method · 0.95
create_orders
Method · 0.45
create_orders
Method · 0.45
handle_positions
Method · 0.45
sw.js
File · 0.45
jquery-ui.min.js
File · 0.45
Calls
1
extend
Method · 0.95
Tested by
1
test_clone
Function · 0.76