Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ _clone
Function
_clone
lib/sqlalchemy/sql/traversals.py:205–206 ·
view source on GitHub ↗
(element, **kw)
Source
from the content-addressed store, hash-verified
203
204
205
def
_clone(element, **kw):
206
return
element._clone()
207
208
209
class
HasCopyInternals(HasTraverseInternals):
Callers
nothing calls this directly
Calls
1
_clone
Method · 0.45
Tested by
no test coverage detected