util.deprecated(
"1.4.23",
"The :attr:`_expression.Select.froms` attribute is moved to "
"the :meth:`_expression.Select.get_final_froms` method.",
)
| 1 | # sql/selectable.py |
| 2 | # Copyright (C) 2005-2026 the SQLAlchemy authors and contributors |
| 3 | # <see AUTHORS file> |
| 4 | # |
nothing calls this directly
no outgoing calls
no test coverage detected