Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _test
Method
_test
test/orm/test_relationships.py:1351–1352 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1349
1350
@testing.emits_warning(
"relationship .* will copy column "
)
1351
def
_test(self):
1352
self._test_no_warning(overwrites=True)
1353
1354
def
_test_no_warning(self, overwrites=False):
1355
configure_mappers()
Callers
5
test_explicit
Method · 0.95
test_implicit
Method · 0.95
test_very_implicit
Method · 0.95
test_very_explicit
Method · 0.95
test_annotated
Method · 0.95
Calls
1
_test_no_warning
Method · 0.95
Tested by
no test coverage detected