Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ __repr__
Method
__repr__
lib/sqlalchemy/sql/schema.py:3241–3242 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3239
return
_colspec, _table_column
3240
3241
def
__repr__(self) -> str:
3242
return
"ForeignKey(%r)"
% self._get_colspec()
3243
3244
@util.deprecated(
3245
"1.4"
,
Callers
nothing calls this directly
Calls
1
_get_colspec
Method · 0.95
Tested by
no test coverage detected