MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / notilike

Method notilike

lib/sqlalchemy/sql/operators.py:1222–1224  ·  view source on GitHub ↗
(
            self, other: Any, escape: Optional[str] = None
        )

Source from the content-addressed store, hash-verified

1220 if TYPE_CHECKING:
1221
1222 def notilike(
1223 self, other: Any, escape: Optional[str] = None
1224 ) -> ColumnOperators: ...
1225
1226 else:
1227 notilike = not_ilike

Callers 2

test_issue_9418Function · 0.45
test_ilike_escapingMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_issue_9418Function · 0.36
test_ilike_escapingMethod · 0.36