mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add pymysql.connections.Connection#begin(self) stub (#1636)
This commit is contained in:
1
third_party/2and3/pymysql/connections.pyi
vendored
1
third_party/2and3/pymysql/connections.pyi
vendored
@@ -92,6 +92,7 @@ class Connection:
|
||||
def close(self): ...
|
||||
def autocommit(self, value): ...
|
||||
def commit(self): ...
|
||||
def begin(self) -> None: ...
|
||||
def rollback(self): ...
|
||||
def escape(self, obj): ...
|
||||
def literal(self, obj): ...
|
||||
|
||||
Reference in New Issue
Block a user