MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __setitem__

Method __setitem__

lib/sqlalchemy/ext/orderinglist.py:385–385  ·  view source on GitHub ↗
(self, index: SupportsIndex, entity: _T)

Source from the content-addressed store, hash-verified

383
384 @overload
385 def __setitem__(self, index: SupportsIndex, entity: _T) -> None: ...
386
387 @overload
388 def __setitem__(self, index: slice, entity: Iterable[_T]) -> None: ...

Callers

nothing calls this directly

Calls 1

_order_entityMethod · 0.95

Tested by

no test coverage detected