Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ _return_defaults
Method
_return_defaults
lib/sqlalchemy/orm/context.py:1069–1070 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1067
1068
@property
1069
def
_return_defaults(self):
1070
return
self.element._return_defaults
if
is_dml(self.element)
else
None
1071
1072
@property
1073
def
_returning(self):
Callers
nothing calls this directly
Calls
1
is_dml
Function · 0.85
Tested by
no test coverage detected