MCPcopy Index your code
hub / github.com/ccxt/ccxt / set

Method set

python/ccxt/static_dependencies/lark/tree.py:207–209  ·  view source on GitHub ↗
(self, data: str, children: 'List[Branch[_Leaf_T]]')

Source from the content-addressed store, hash-verified

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
209 self.children = children
210
211
212ParseTree = Tree['Token']

Callers 15

translateFunction · 0.80
add_static_resultFunction · 0.80
add_static_resultFunction · 0.80
constructorMethod · 0.80
abi-coder.tsFile · 0.80
zeroPadFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
getEncoderMethod · 0.80
zklink-sdk-web.jsFile · 0.80
passStringToWasm0Function · 0.80
passArray8ToWasm0Function · 0.80

Calls

no outgoing calls

Tested by 5

fetchTradesMethod · 0.64
channelRead0Method · 0.64
setExchangePropMethod · 0.64