aiosqlite icon indicating copy to clipboard operation
aiosqlite copied to clipboard

Cursor fetchall and fetchmany type annotations

Open sergemcdst22 opened this issue 2 years ago • 0 comments
trafficstars

Hello, can you please explain why cursor fetchall and fetchmany methods are annotated as returning Iterable instead of List (whitch is actually returned) -- it confuses linter when, for example, using len function or indexing

sergemcdst22 avatar Mar 05 '23 07:03 sergemcdst22