MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_is_select

Route test_is_select

test/sql/test_compare.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (select(column("a")),),
        (table("q", column("a")).insert(),),
        (table("q", column("a")).update(),),
        (table("q", column("a")).delete(),),
        (la

Source from the content-addressed store, hash-verified

1import importlib
2from inspect import signature
3import itertools
4import random

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected