MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / corresponding_column

Method corresponding_column

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

Source from the content-addressed store, hash-verified

851 return self
852
853 def corresponding_column(
854 self, column: KeyedColumnElement[Any], require_embedded: bool = False
855 ) -> Optional[ColumnElement[Any]]:
856 return self.exported_columns.corresponding_column(
857 column, require_embedded=require_embedded
858 )
859
860 @util.ro_memoized_property
861 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