MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _copy

Method _copy

lib/sqlalchemy/sql/schema.py:4392–4393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4390 return self._clone(for_update)
4391
4392 def _copy(self) -> FetchedValue:
4393 return FetchedValue(self.for_update)
4394
4395 def _clone(self, for_update: bool) -> Self:
4396 n = self.__class__.__new__(self.__class__)

Callers

nothing calls this directly

Calls 1

FetchedValueClass · 0.85

Tested by

no test coverage detected