MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_regexp_match

Method test_regexp_match

test/sql/test_operators.py:3443–3448  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3441 )
3442
3443 def test_regexp_match(self):
3444 self.assert_compile(
3445 self.table.c.myid.regexp_match("pattern"),
3446 "mytable.myid <regexp> :myid_1",
3447 checkparams={"myid_1": "pattern"},
3448 )
3449
3450 def test_regexp_match_column(self):
3451 self.assert_compile(

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
regexp_matchMethod · 0.45

Tested by

no test coverage detected