MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / returning

Method returning

lib/sqlalchemy/sql/dml.py:1377–1383  ·  view source on GitHub ↗
(
            self,
            __ent0: _TCCA[_T0],
            /,
            *,
            sort_by_parameter_order: bool = False,
        )

Source from the content-addressed store, hash-verified

1375
1376 @overload
1377 def returning(
1378 self,
1379 __ent0: _TCCA[_T0],
1380 /,
1381 *,
1382 sort_by_parameter_order: bool = False,
1383 ) -> ReturningInsert[_T0]: ...
1384
1385 @overload
1386 def returning(

Callers 15

_upsertFunction · 0.45
_upsertFunction · 0.45
_upsertFunction · 0.45
_setup_orm_returningMethod · 0.45
goMethod · 0.45
test_update_returningMethod · 0.45
test_delete_returningMethod · 0.45
test_insert_w_floatsMethod · 0.45

Calls

no outgoing calls