Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msiemens/tinydb
/ test_remove_multiple
Function
test_remove_multiple
tests/test_tinydb.py:198–201 ·
view source on GitHub ↗
(db: TinyDB)
Source
from the content-addressed store, hash-verified
196
197
198
def
test_remove_multiple(db: TinyDB):
199
db.remove(where(
'int'
) == 1)
200
201
assert len(db) == 0
202
203
204
def
test_remove_ids(db: TinyDB):
Callers
nothing calls this directly
Calls
2
where
Function · 0.90
remove
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…