bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947)

* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor
This commit is contained in:
csabella 2017-04-04 01:16:14 -04:00 committed by Senthil Kumaran
parent cf1958af4c
commit 02e1213800
1 changed files with 5 additions and 0 deletions

View File

@ -640,6 +640,11 @@ Cursor Objects
.. versionchanged:: 3.6
Added support for the ``REPLACE`` statement.
.. attribute:: arraysize
Read/write attribute that controls the number of rows returned by :meth:`fetchmany`.
The default value is 1 which means a single row would be fetched per call.
.. attribute:: description
This read-only attribute provides the column names of the last query. To