MCPcopy
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_functionsFunction · 0.45
mainFunction · 0.45
instrumentFunction · 0.45
test_ro_mapping_py3kMethod · 0.45
test_itemsMethod · 0.45
_mappingMethod · 0.45
_compare_param_dictMethod · 0.45
_mappingMethod · 0.45
_get_keyMethod · 0.45

Calls 1

ItemClass · 0.70

Tested by

no test coverage detected