Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_descriptor
Method
test_descriptor
test/orm/test_mapper.py:2990–2994 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2988
self._test_not(relationship(
"bar"
))
2989
2990
def
test_descriptor(self):
2991
def
somefunc(self):
2992
return
"hi"
2993
2994
self._test(property(somefunc),
"hi"
)
2995
2996
2997
class
MagicNamesTest(fixtures.MappedTest):
Callers
nothing calls this directly
Calls
1
_test
Method · 0.95
Tested by
no test coverage detected