mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
committed by
Ivan Levkivskyi
parent
6b36b1befe
commit
8084dc1c1f
@@ -163,7 +163,10 @@ class Cursor(Iterator[Any]):
|
||||
def setinputsizes(self, *args, **kwargs): ...
|
||||
def setoutputsize(self, *args, **kwargs): ...
|
||||
def __iter__(self) -> Cursor: ...
|
||||
def __next__(self) -> Any: ...
|
||||
if sys.version_info >= (3, 0):
|
||||
def __next__(self) -> Any: ...
|
||||
else:
|
||||
def next(self) -> Any: ...
|
||||
|
||||
|
||||
class DataError(DatabaseError): ...
|
||||
|
||||
Reference in New Issue
Block a user