MCPcopy 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__:

Calls 1

Tested by

no test coverage detected