Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ copy
Method
copy
lib/sqlalchemy/ext/associationproxy.py:2037–2038 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2035
self.col.clear()
2036
2037
def
copy(self) -> AbstractSet[_T]:
2038
return
set(self)
2039
2040
def
__eq__(self, other: object) -> bool:
2041
return
set(self) == other
Callers
1
__call__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected