MCPcopy 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_cloneFunction · 0.95
set_sandbox_modeMethod · 0.95
testCloneFunction · 0.95
setSandboxModeMethod · 0.95
create_ordersMethod · 0.45
create_ordersMethod · 0.45
handle_positionsMethod · 0.45
sw.jsFile · 0.45
jquery-ui.min.jsFile · 0.45

Calls 1

extendMethod · 0.95

Tested by 1

test_cloneFunction · 0.76