Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_flatten
Function · 0.45
visit
Method · 0.45
transform_symbol_node
Method · 0.45
transform_intermediate_node
Method · 0.45
optionsMustToleratePutAndIterateRace
Method · 0.45
loadMarketsHelper
Method · 0.45
watch
Method · 0.45
watchMultiple
Method · 0.45
cleanupWsClient
Method · 0.45
loadOrderBook
Method · 0.45
encodeType
Method · 0.45
cleanUnsubscription
Method · 0.45
Calls
no outgoing calls
Tested by
2
optionsMustToleratePutAndIterateRace
Method · 0.36
testSafeMethodsConcurrentReadDuringWrite
Method · 0.36