MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / unique_params

Method unique_params

lib/sqlalchemy/sql/base.py:207–208  ·  view source on GitHub ↗
(self, *optionaldict: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

205 _is_immutable: bool = True
206
207 def unique_params(self, *optionaldict: Any, **kwargs: Any) -> NoReturn:
208 raise NotImplementedError("Immutable objects do not support copying")
209
210 def params(self, *optionaldict: Any, **kwargs: Any) -> NoReturn:
211 raise NotImplementedError("Immutable objects do not support copying")

Callers 1

Calls

no outgoing calls

Tested by 1