Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msiemens/tinydb
/ test_get_multiple_ids
Function
test_get_multiple_ids
tests/test_tinydb.py:374–376 ·
view source on GitHub ↗
(db: TinyDB)
Source
from the content-addressed store, hash-verified
372
373
374
def
test_get_multiple_ids(db: TinyDB):
375
el = db.all()
376
assert db.get(doc_ids=[x.doc_id
for
x in el]) == el
377
378
379
def
test_get_invalid(db: TinyDB):
Callers
nothing calls this directly
Calls
2
all
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…