We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c443924 commit 71bb32aCopy full SHA for 71bb32a
sqlalchemy-stubs/sql/operators.pyi
@@ -46,7 +46,7 @@ class ColumnOperators(Operators):
46
def notilike(self, other, escape: Optional[Any] = ...): ...
47
def is_(self, other): ...
48
def isnot(self, other): ...
49
- def startswith(self, other, **kwargs): ...
+ def startswith(self, other: str, **kwargs): ...
50
def endswith(self, other, **kwargs): ...
51
def contains(self, other, **kwargs): ...
52
def match(self, other, **kwargs): ...
0 commit comments