Пример #1
0
 def _commit(self, conn: PooledMySQLConnection) -> None:
     conn.commit()
Пример #2
0
 def _commit(self,
             connection: PooledMySQLConnection) -> PooledMySQLConnection:
     connection.commit()
     return connection