MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _anon_tq_label

Method _anon_tq_label

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

Source from the content-addressed store, hash-verified

1903
1904 @util.memoized_property
1905 def _anon_tq_label(self) -> _anonymous_label:
1906 return self._anon_label(getattr(self, "_tq_label", None))
1907
1908 @util.memoized_property
1909 def _anon_tq_key_label(self) -> _anonymous_label:

Callers

nothing calls this directly

Calls 1

_anon_labelMethod · 0.95

Tested by

no test coverage detected