(
self,
__ent0: _TCCA[_T0],
/,
*,
sort_by_parameter_order: bool = False,
)
| 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( |
no outgoing calls