Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ is_sql_compiler
Function
is_sql_compiler
lib/sqlalchemy/sql/_typing.py:330–330 ·
view source on GitHub ↗
(c: Compiled)
Source
from the content-addressed store, hash-verified
328
if
TYPE_CHECKING:
329
330
def
is_sql_compiler(c: Compiled) -> TypeGuard[SQLCompiler]: ...
331
332
def
is_ddl_compiler(c: Compiled) -> TypeGuard[DDLCompiler]: ...
333
Callers
4
post_exec
Method · 0.85
fetchall_for_returning
Method · 0.85
pre_exec
Method · 0.85
post_exec
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected