MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_select_hint_text

Method get_select_hint_text

lib/sqlalchemy/sql/compiler.py:4916–4917  ·  view source on GitHub ↗
(self, byfroms)

Source from the content-addressed store, hash-verified

4914 return sqltext
4915
4916 def get_select_hint_text(self, byfroms):
4917 return None
4918
4919 def get_from_hint_text(
4920 self, table: FromClause, text: Optional[str]

Callers 1

_setup_select_hintsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected