mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
committed by
Guido van Rossum
parent
af5b5c83fd
commit
57aa1923d5
@@ -113,7 +113,7 @@ class Connection:
|
||||
def executescript(self, sql_script: Union[bytes, unicode]) -> Cursor: ...
|
||||
def interrupt(self, *args, **kwargs) -> None: ...
|
||||
def iterdump(self, *args, **kwargs) -> None: ...
|
||||
def rollback(self, *args, **kwargs): ...
|
||||
def rollback(self, *args, **kwargs) -> None: ...
|
||||
# TODO: set_authorizer(authorzer_callback)
|
||||
# see https://docs.python.org/2/library/sqlite3.html#sqlite3.Connection.set_authorizer
|
||||
# returns [SQLITE_OK, SQLITE_DENY, SQLITE_IGNORE] so perhaps int
|
||||
|
||||
@@ -113,7 +113,7 @@ class Connection:
|
||||
def executescript(self, sql_script: Union[bytes, AnyStr]) -> Cursor: ...
|
||||
def interrupt(self, *args, **kwargs) -> None: ...
|
||||
def iterdump(self, *args, **kwargs) -> None: ...
|
||||
def rollback(self, *args, **kwargs): ...
|
||||
def rollback(self, *args, **kwargs) -> None: ...
|
||||
# TODO: set_authorizer(authorzer_callback)
|
||||
# see https://docs.python.org/2/library/sqlite3.html#sqlite3.Connection.set_authorizer
|
||||
# returns [SQLITE_OK, SQLITE_DENY, SQLITE_IGNORE] so perhaps int
|
||||
|
||||
Reference in New Issue
Block a user