Skip to content

Commit 13be336

Browse files
committed
Updated PyMySQL cursors stub to add the warning_count attribute
1 parent cc53f54 commit 13be336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/PyMySQL/pymysql/cursors.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Cursor:
1717
messages: Any
1818
errorhandler: Any
1919
lastrowid: int
20+
warning_count: int
2021
def __init__(self, connection: Connection[Any]) -> None: ...
2122
def close(self) -> None: ...
2223
def setinputsizes(self, *args) -> None: ...

0 commit comments

Comments
 (0)