MCPcopy
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

328if 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_execMethod · 0.85
pre_execMethod · 0.85
post_execMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected