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 810adf2 commit a44dc36Copy full SHA for a44dc36
sqlalchemy-stubs/ext/orderinglist.pyi
@@ -12,7 +12,6 @@ class OrderingList(list):
12
def append(self, entity): ...
13
def insert(self, index, entity): ...
14
def remove(self, entity): ...
15
- def pop(self, index: int = ...): ...
16
def __setitem__(self, index, entity): ...
17
def __delitem__(self, index): ...
18
def __setslice__(self, start, end, values): ...
0 commit comments