mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-15 04:00:43 +08:00
Compare commits
1 Commits
jedi
...
sqlite3_cursor
| Author | SHA1 | Date | |
|---|---|---|---|
| 74b5289e33 |
@@ -154,7 +154,7 @@ class Connection(object):
|
||||
progress: Optional[Callable[[int, int, int], object]] = ..., name: str = ...,
|
||||
sleep: float = ...) -> None: ...
|
||||
def __call__(self, *args, **kwargs): ...
|
||||
def __enter__(self, *args, **kwargs): ...
|
||||
def __enter__(self, *args, **kwargs) -> Connection: ...
|
||||
def __exit__(self, *args, **kwargs): ...
|
||||
|
||||
class Cursor(Iterator[Any]):
|
||||
|
||||
Reference in New Issue
Block a user