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