Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ copy
Method
copy
lib/sqlalchemy/util/_collections_cy.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
set.__init__(self)
101
102
def
copy(self) -> OrderedSet[_T]:
103
return
self._from_list(list(self._list))
104
105
@cython.final
106
@cython.cfunc
Callers
2
test_copy
Method · 0.95
copy
Method · 0.45
Calls
1
_from_list
Method · 0.95
Tested by
1
test_copy
Method · 0.76