MCPcopy Create free account
hub / github.com/ccxt/ccxt / copy

Method copy

python/ccxt/static_dependencies/lark/tree.py:204–205  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 return type(self)(self.data, deepcopy(self.children, memo), meta=self._meta)
203
204 def copy(self) -> 'Tree[_Leaf_T]':
205 return type(self)(self.data, self.children)
206
207 def set(self, data: str, children: 'List[Branch[_Leaf_T]]') -> None:
208 self.data = data

Callers 7

close_ws_clientsMethod · 0.45
typed_dict_keysFunction · 0.45
from_dictMethod · 0.45
__deepcopy__Method · 0.45
schemaMethod · 0.45
urlencodeMethod · 0.45
omitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected