MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / clear

Method clear

lib/sqlalchemy/sql/base.py:1784–1787  ·  view source on GitHub ↗

Dictionary clear() is not implemented for :class:`_sql.ColumnCollection`.

(self)

Source from the content-addressed store, hash-verified

1782 raise NotImplementedError()
1783
1784 def clear(self) -> NoReturn:
1785 """Dictionary clear() is not implemented for
1786 :class:`_sql.ColumnCollection`."""
1787 raise NotImplementedError()
1788
1789 def remove(self, column: Any) -> NoReturn:
1790 raise NotImplementedError()

Callers 1

replaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected