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

Method remove

lib/sqlalchemy/sql/base.py:1789–1790  ·  view source on GitHub ↗
(self, column: Any)

Source from the content-addressed store, hash-verified

1787 raise NotImplementedError()
1788
1789 def remove(self, column: Any) -> NoReturn:
1790 raise NotImplementedError()
1791
1792 def update(self, iter_: Any) -> NoReturn:
1793 """Dictionary update() is not implemented for

Callers 1

removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected