MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / corresponding_column

Method corresponding_column

lib/sqlalchemy/sql/dml.py:835–840  ·  view source on GitHub ↗
(
        self, column: KeyedColumnElement[Any], require_embedded: bool = False
    )

Source from the content-addressed store, hash-verified

833 return self
834
835 def corresponding_column(
836 self, column: KeyedColumnElement[Any], require_embedded: bool = False
837 ) -> Optional[ColumnElement[Any]]:
838 return self.exported_columns.corresponding_column(
839 column, require_embedded=require_embedded
840 )
841
842 @util.ro_memoized_property
843 def _all_selected_columns(self) -> _SelectIterable:

Callers 15

referencesMethod · 0.45
get_referentMethod · 0.45
_cloneMethod · 0.45
_corresponding_columnMethod · 0.45
replaceMethod · 0.45
adapt_check_presentMethod · 0.45
adapt_check_presentMethod · 0.45
_configure_pksMethod · 0.45
_configure_propertyMethod · 0.45

Calls

no outgoing calls