(self, type_: type[_TC_co])
| 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 |
no outgoing calls