Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_callable_get
Method
test_callable_get
test/orm/test_query.py:7381–7382 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7379
self._test_get(self._plain_fixture)
7380
7381
def
test_callable_get(self):
7382
self._test_get(self._callable_fixture)
7383
7384
def
test_subclass_get(self):
7385
self._test_get(self._subclass_fixture)
Callers
nothing calls this directly
Calls
1
_test_get
Method · 0.95
Tested by
no test coverage detected