MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_from_hint_text

Method get_from_hint_text

lib/sqlalchemy/sql/compiler.py:4919–4922  ·  view source on GitHub ↗
(
        self, table: FromClause, text: Optional[str]
    )

Source from the content-addressed store, hash-verified

4917 return None
4918
4919 def get_from_hint_text(
4920 self, table: FromClause, text: Optional[str]
4921 ) -> Optional[str]:
4922 return None
4923
4924 def get_crud_hint_text(self, table, text):
4925 return None

Callers 1

format_from_hint_textMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected