Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ somefunc
Method
somefunc
test/orm/test_mapper.py:2991–2992 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2989
2990
def
test_descriptor(self):
2991
def
somefunc(self):
2992
return
"hi"
2993
2994
self._test(property(somefunc),
"hi"
)
2995
Callers
4
test_order_by_labels_enabled_negative_cases
Method · 0.80
test_order_by_labels_enabled
Method · 0.80
test_order_by_labels_disabled
Method · 0.80
test_no_group_by_labels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected