MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_dml

Function is_dml

lib/sqlalchemy/sql/_typing.py:370–370  ·  view source on GitHub ↗
(c: ClauseElement)

Source from the content-addressed store, hash-verified

368 def is_subquery(t: FromClause) -> TypeGuard[Subquery]: ...
369
370 def is_dml(c: ClauseElement) -> TypeGuard[UpdateBase]: ...
371
372else:
373 is_sql_compiler = operator.attrgetter("is_sql")

Callers 3

effective_returningMethod · 0.85
_return_defaultsMethod · 0.85
_returningMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected