Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ items
Method
items
test/orm/test_lazy_relations.py:611–615 ·
view source on GitHub ↗
(*ids)
Source
from the content-addressed store, hash-verified
609
q = fixture_session().query(User).order_by(User.id)
610
611
def
items(*ids):
612
if
no_items:
613
return
{}
614
else
:
615
return
{
"items"
: [Item(id=id_)
for
id_ in ids]}
616
617
def
go():
618
eq_(
Callers
15
process_functions
Function · 0.45
main
Function · 0.45
instrument
Function · 0.45
test_ro_mapping_py3k
Method · 0.45
test_items
Method · 0.45
test_traverse_internals
Method · 0.45
_mapping
Method · 0.45
_compare_param_dict
Method · 0.45
_mapping
Method · 0.45
_get_key
Method · 0.45
test_ColumnCollectionConstraint_copy
Method · 0.45
test_python_scalar_default
Method · 0.45
Calls
1
Item
Class · 0.70
Tested by
no test coverage detected