Files
typeshed/stdlib
Jukka Lehtosalo 21a81c6575 sqlite3: Avoid optional type for 'description' (#7842)
Use the `| Any` trick instead, since it seems that in a lot of
code the value can be predicted to be non-`None` (if a query
has been executed previously, I think).

The docs don't mention the possibility of this being `None`, so
it seems likely that a lot of code doesn't check for it:
https://docs.python.org/3/library/sqlite3.html#sqlite3.Cursor.description
2022-05-16 14:54:15 +02:00
..
2022-05-06 23:48:52 -07:00
2022-05-06 22:54:58 -07:00
2021-05-06 18:57:33 +03:00
2022-02-19 12:25:51 -08:00
2022-02-19 12:26:45 -08:00
2022-02-19 12:27:07 -08:00
2022-01-30 16:27:06 -08:00
2022-05-04 00:00:08 -07:00
2022-04-18 21:21:19 +03:00
2022-04-01 18:01:23 +01:00
2022-02-18 01:27:28 -08:00
2022-01-30 16:27:06 -08:00
2022-05-06 22:54:58 -07:00
2022-04-17 01:01:36 +01:00
2022-04-23 18:28:35 -07:00
2021-12-22 20:18:19 -08:00
2021-12-22 20:18:19 -08:00
2021-12-22 20:18:19 -08:00
2022-01-01 14:19:05 +02:00
2022-03-03 15:25:30 -08:00
2022-02-19 19:57:43 -08:00