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

Method with_cols

lib/sqlalchemy/sql/schema.py:420–420  ·  view source on GitHub ↗
(self, type_: type[_TC_co])

Source from the content-addressed store, hash-verified

418 def foreign_keys(self) -> Set[ForeignKey]: ...
419
420 def with_cols(self, type_: type[_TC_co]) -> Table[_TC_co]: ...
421
422 _columns: DedupeColumnCollection[Column[Any]] # type: ignore[assignment]
423

Callers 3

test_with_colsMethod · 0.95
typed_froms.pyFile · 0.45
test_row_posFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_with_colsMethod · 0.76
test_row_posFunction · 0.36