MCPcopy
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
334def _clone(element, **kw):
335 return element._clone(**kw)
336
337
338def _expand_cloned(

Callers

nothing calls this directly

Calls 1

_cloneMethod · 0.45

Tested by

no test coverage detected