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

Method copy

lib/sqlalchemy/sql/schema.py:2734–2735  ·  view source on GitHub ↗
(self, **kw: Any)

Source from the content-addressed store, hash-verified

2732 "and will be removed in a future release.",
2733 )
2734 def copy(self, **kw: Any) -> Column[Any]:
2735 return self._copy(**kw)
2736
2737 def _copy(self, **kw: Any) -> Column[Any]:
2738 """Create a copy of this ``Column``, uninitialized.

Callers 15

__init__Method · 0.45
initializeMethod · 0.45
_handle_synonymsMethod · 0.45
MySQLCompilerClass · 0.45
_prep_regexesMethod · 0.45
_schema_item_copyMethod · 0.45
_copyMethod · 0.45
_mergeMethod · 0.45
_cloneMethod · 0.45
__getstate__Method · 0.45

Calls 1

_copyMethod · 0.95

Tested by

no test coverage detected