Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _compiler_dispatch
Method
_compiler_dispatch
lib/sqlalchemy/sql/visitors.py:99–99 ·
view source on GitHub ↗
(self, visitor: Any, **kw: Any)
Source
from the content-addressed store, hash-verified
97
if
typing.TYPE_CHECKING:
98
99
def
_compiler_dispatch(self, visitor: Any, **kw: Any) -> str: ...
100
101
def
__init_subclass__(cls) -> None:
102
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_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
delete_extra_from_clause
Method · 0.45
Calls
1
visit_unsupported_compilation
Method · 0.45
Tested by
no test coverage detected