MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / self_group

Method self_group

lib/sqlalchemy/sql/selectable.py:4733–4736  ·  view source on GitHub ↗
(
        self, against: Optional[OperatorType] = None
    )

Source from the content-addressed store, hash-verified

4731 return self.selects[0]._scalar_type()
4732
4733 def self_group(
4734 self, against: Optional[OperatorType] = None
4735 ) -> GroupedElement:
4736 return SelectStatementGrouping(self)
4737
4738 def is_derived_from(self, fromclause: Optional[FromClause]) -> bool:
4739 for s in self.selects:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected