mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
add _sqlite3 module (#11174)
This aligns with the implementation while giving greater fidelity to runtime naming and inheritance Related to https://github.com/python/typeshed/issues/3968 and https://github.com/python/typeshed/issues/11141
This commit is contained in:
@@ -27,3 +27,7 @@ email._header_value_parser.SPECIALSNL
|
||||
email.errors.HeaderWriteError
|
||||
email.utils.getaddresses
|
||||
email.utils.parseaddr
|
||||
|
||||
# not available on python distributions compiled without sqlite3 loadable extension support
|
||||
_sqlite3.Connection.load_extension
|
||||
_sqlite3.Connection.enable_load_extension
|
||||
|
||||
@@ -19,3 +19,7 @@ ossaudiodev
|
||||
fcntl.F_OFD_GETLK
|
||||
fcntl.F_OFD_SETLK
|
||||
fcntl.F_OFD_SETLKW
|
||||
|
||||
# not available on python distributions compiled without sqlite3 loadable extension support
|
||||
_sqlite3.Connection.load_extension
|
||||
_sqlite3.Connection.enable_load_extension
|
||||
|
||||
@@ -17,3 +17,7 @@ _?curses.window.get_wch
|
||||
(_?locale.dgettext)?
|
||||
(_?locale.gettext)?
|
||||
(_?locale.textdomain)?
|
||||
|
||||
# not available on python distributions compiled without sqlite3 loadable extension support
|
||||
_sqlite3.Connection.load_extension
|
||||
_sqlite3.Connection.enable_load_extension
|
||||
|
||||
Reference in New Issue
Block a user