MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / copy

Method copy

lib/sqlalchemy/orm/properties.py:329–336  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

327 )
328
329 def copy(self) -> ColumnProperty[_T]:
330 return ColumnProperty(
331 *self.columns,
332 deferred=self.deferred,
333 group=self.group,
334 active_history=self.active_history,
335 default_scalar_value=self._default_scalar_value,
336 )
337
338 def merge(
339 self,

Callers 10

_modified_eventMethod · 0.45
cloneFunction · 0.45
_statefulMethod · 0.45
__call__Method · 0.45
_generate_initFunction · 0.45
_list_decoratorsFunction · 0.45
_dict_decoratorsFunction · 0.45
_set_decoratorsFunction · 0.45

Calls 1

ColumnPropertyClass · 0.85

Tested by

no test coverage detected