Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _clone
Function
_clone
lib/sqlalchemy/sql/base.py:334–335 ·
view source on GitHub ↗
(element, **kw)
Source
from the content-addressed store, hash-verified
332
333
334
def
_clone(element, **kw):
335
return
element._clone(**kw)
336
337
338
def
_expand_cloned(
Callers
nothing calls this directly
Calls
1
_clone
Method · 0.45
Tested by
no test coverage detected