MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _returning

Method _returning

lib/sqlalchemy/orm/context.py:1073–1074  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1071
1072 @property
1073 def _returning(self):
1074 return self.element._returning if is_dml(self.element) else None
1075
1076 @property
1077 def _inline(self):

Callers

nothing calls this directly

Calls 1

is_dmlFunction · 0.85

Tested by

no test coverage detected