MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / notlike

Method notlike

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

Source from the content-addressed store, hash-verified

1191 if TYPE_CHECKING:
1192
1193 def notlike(
1194 self, other: Any, escape: Optional[str] = None
1195 ) -> ColumnOperators: ...
1196
1197 else:
1198 notlike = not_like

Callers 2

not_like_opFunction · 0.45
test_issue_9418Function · 0.45

Calls

no outgoing calls

Tested by 1

test_issue_9418Function · 0.36