We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Select.get_final_froms()
1 parent e0f5573 commit 3f1cf59Copy full SHA for 3f1cf59
sqlalchemy-stubs/sql/selectable.pyi
@@ -581,6 +581,7 @@ class Select(
581
def inner_columns(self) -> Any: ...
582
def is_derived_from(self, fromclause: Any) -> bool: ...
583
def get_children(self, **kwargs: Any) -> Iterable[Any]: ... # type: ignore[override]
584
+ def get_final_froms(self) -> Any: ...
585
def add_columns(self: _SEL, *columns: Any) -> _SEL: ...
586
def column(self: _SEL, column: Any) -> _SEL: ...
587
def reduce_columns(self: _SEL, only_synonyms: bool = ...) -> _SEL: ...
0 commit comments