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

Method _copy

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

Source from the content-addressed store, hash-verified

6690 return self._copy(**kw)
6691
6692 def _copy(self, **kw: Any) -> Identity:
6693 i = Identity(**self._as_dict(), **self.dialect_kwargs)
6694
6695 return self._schema_item_copy(i)
6696
6697 def _as_dict(self) -> Dict[str, Any]:
6698 return {

Callers 1

copyMethod · 0.95

Calls 3

_as_dictMethod · 0.95
IdentityClass · 0.85
_schema_item_copyMethod · 0.80

Tested by

no test coverage detected