MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _compiler_dispatch

Method _compiler_dispatch

lib/sqlalchemy/sql/visitors.py:89–89  ·  view source on GitHub ↗
(self, visitor: Any, **kw: Any)

Source from the content-addressed store, hash-verified

87 if typing.TYPE_CHECKING:
88
89 def _compiler_dispatch(self, visitor: Any, **kw: Any) -> str: ...
90
91 def __init_subclass__(cls) -> None:
92 if "__visit_name__" in cls.__dict__:

Callers 15

update_from_clauseMethod · 0.45
visit_castMethod · 0.45
update_from_clauseMethod · 0.45
delete_table_clauseMethod · 0.45
visit_rollup_funcMethod · 0.45
update_tables_clauseMethod · 0.45
delete_table_clauseMethod · 0.45

Calls 1

Tested by

no test coverage detected