MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _de_clone

Method _de_clone

lib/sqlalchemy/sql/elements.py:506–509  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

504 return s
505
506 def _de_clone(self):
507 while self._is_clone_of is not None:
508 self = self._is_clone_of
509 return self
510
511 @util.ro_non_memoized_property
512 def entity_namespace(self) -> _EntityNamespace:

Callers 3

visit_cteMethod · 0.80
visit_aliasMethod · 0.80
visit_valuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected