MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

lib/sqlalchemy/ext/associationproxy.py:1600–1601  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1598 raise NotImplementedError()
1599
1600 def clear(self) -> None:
1601 del self.col[0 : len(self.col)]
1602
1603 def __eq__(self, other: object) -> bool:
1604 return list(self) == other

Callers 1

__imul__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected