mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-13 15:21:02 +00:00
Added missing docstring for cursor.paramcount
This commit is contained in:
@ -208,7 +208,7 @@ static struct PyMemberDef MrdbCursor_Members[] =
|
||||
T_UINT,
|
||||
offsetof(MrdbCursor, parseinfo.paramcount),
|
||||
READONLY,
|
||||
MISSING_DOC},
|
||||
cursor_paramcount__doc__},
|
||||
{"_data",
|
||||
T_OBJECT,
|
||||
offsetof(MrdbCursor, data),
|
||||
|
Reference in New Issue
Block a user