MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __copy__

Method __copy__

lib/sqlalchemy/util/_collections_cy.py:500–501  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

498 return cp
499
500 def __copy__(self) -> IdentitySet:
501 return self.copy()
502
503 def __len__(self) -> int:
504 return len(self._members)

Callers

nothing calls this directly

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected