Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msiemens/tinydb
/ where
Function
where
tinydb/queries.py:516–520 ·
view source on GitHub ↗
A shorthand for ``Query()[key]``
(key: str)
Source
from the content-addressed store, hash-verified
514
return
query
515
516
def
where(key: str) -> Query:
517
""
"
518
A shorthand
for
``Query()[key]``
519
""
"
520
return
Query()[key]
Callers
15
test_path_exists
Function · 0.90
test_path_and
Function · 0.90
get
Function · 0.90
test_json_readwrite
Function · 0.90
test_json_read
Function · 0.90
test_yaml
Function · 0.90
test_one_table
Function · 0.90
test_multiple_tables
Function · 0.90
test_query_cache
Function · 0.90
test_query_cache_with_mutable_callable
Function · 0.90
test_zero_cache_size
Function · 0.90
test_query_cache_size
Function · 0.90
Calls
1
Query
Class · 0.85
Tested by
15
test_path_exists
Function · 0.72
test_path_and
Function · 0.72
get
Function · 0.72
test_json_readwrite
Function · 0.72
test_json_read
Function · 0.72
test_yaml
Function · 0.72
test_one_table
Function · 0.72
test_multiple_tables
Function · 0.72
test_query_cache
Function · 0.72
test_query_cache_with_mutable_callable
Function · 0.72
test_zero_cache_size
Function · 0.72
test_query_cache_size
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…