mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-03 00:22:44 +08:00
Improve sqlite3 types (#7641)
Read through the code in CPython and made the types more precise where possible. Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
sqlite3.Connection.enable_load_extension
|
||||
sqlite3.Connection.load_extension
|
||||
sqlite3.dbapi2.Connection.enable_load_extension
|
||||
sqlite3.dbapi2.Connection.load_extension
|
||||
|
||||
# pathlib methods that exist on Windows, but always raise NotImplementedError,
|
||||
# so are omitted from the stub
|
||||
pathlib.WindowsPath.is_mount
|
||||
|
||||
Reference in New Issue
Block a user