MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _anon_tq_key_label

Method _anon_tq_key_label

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

Source from the content-addressed store, hash-verified

1907
1908 @util.memoized_property
1909 def _anon_tq_key_label(self) -> _anonymous_label:
1910 return self._anon_label(getattr(self, "_tq_key_label", None))
1911
1912 def _dedupe_anon_tq_label_idx(self, idx: int) -> _anonymous_label:
1913 label = getattr(self, "_tq_label", None) or "anon"

Callers

nothing calls this directly

Calls 1

_anon_labelMethod · 0.95

Tested by

no test coverage detected