Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
visit_ilike_case_insensitive_operand
Method · 0.45
update_from_clause
Method · 0.45
delete_extra_from_clause
Method · 0.45
visit_cast
Method · 0.45
visit_aggregate_strings_func
Method · 0.45
update_from_clause
Method · 0.45
delete_table_clause
Method · 0.45
delete_extra_from_clause
Method · 0.45
visit_rollup_func
Method · 0.45
visit_aggregate_strings_func
Method · 0.45
update_tables_clause
Method · 0.45
delete_table_clause
Method · 0.45
Calls
1
visit_unsupported_compilation
Method · 0.45
Tested by
no test coverage detected