MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _wraps_unnamed_column

Method _wraps_unnamed_column

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

Source from the content-addressed store, hash-verified

3932 self.type = type_api.to_instance(type_) # type: ignore
3933
3934 def _wraps_unnamed_column(self):
3935 ungrouped = self.element._ungroup()
3936 return (
3937 not isinstance(ungrouped, NamedColumn)
3938 or ungrouped._non_anon_label is None
3939 )
3940
3941 @classmethod
3942 def _create_nulls_first(

Callers 1

_label_select_columnMethod · 0.80

Calls 1

_ungroupMethod · 0.45

Tested by

no test coverage detected