MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _copy_internals

Method _copy_internals

test/sql/test_external_traversal.py:117–118  ·  view source on GitHub ↗
(self, clone=_clone, **kw)

Source from the content-addressed store, hash-verified

115 return False
116
117 def _copy_internals(self, clone=_clone, **kw):
118 self.items = [clone(i, **kw) for i in self.items]
119
120 def get_children(self, **kwargs):
121 return self.items

Calls 1

cloneFunction · 0.50

Tested by

no test coverage detected