MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / go

Method go

test/orm/test_cache_key.py:185–186  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

183 id = Column(Integer)
184
185 def go(param):
186 return with_loader_criteria(Foo, lambda cls: cls.id == param)
187
188 g1 = go(10)
189 g2 = go(20)

Callers

nothing calls this directly

Calls 1

with_loader_criteriaFunction · 0.90

Tested by

no test coverage detected