MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / append

Method append

lib/sqlalchemy/ext/associationproxy.py:1561–1564  ·  view source on GitHub ↗
(self, value: _T)

Source from the content-addressed store, hash-verified

1559 return
1560
1561 def append(self, value: _T) -> None:
1562 col = self.col
1563 item = self._create(value)
1564 col.append(item)
1565
1566 def count(self, value: Any) -> int:
1567 count = 0

Callers 1

extendMethod · 0.95

Calls 1

_createMethod · 0.45

Tested by

no test coverage detected