MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / clauses

Method clauses

lib/sqlalchemy/orm/util.py:1720–1721  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1718
1719 @property
1720 def clauses(self):
1721 return self.__clause_element__().clauses
1722
1723 def label(self, name):
1724 """Provide a copy of this :class:`.Bundle` passing a new label."""

Callers

nothing calls this directly

Calls 1

__clause_element__Method · 0.95

Tested by

no test coverage detected