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

Method remove

python/ccxt/static_dependencies/lark/utils.py:336–337  ·  view source on GitHub ↗
(self, item: T)

Source from the content-addressed store, hash-verified

334 return iter(self.d)
335
336 def remove(self, item: T):
337 del self.d[item]
338
339 def __bool__(self):
340 return bool(self.d)

Callers 15

_remove_dups_flattenFunction · 0.45
visitMethod · 0.45
transform_symbol_nodeMethod · 0.45
loadMarketsHelperMethod · 0.45
watchMethod · 0.45
watchMultipleMethod · 0.45
cleanupWsClientMethod · 0.45
loadOrderBookMethod · 0.45
encodeTypeMethod · 0.45
cleanUnsubscriptionMethod · 0.45

Calls

no outgoing calls