示例#1
0
 def _commit(self, conn: PooledMySQLConnection) -> None:
     conn.commit()
示例#2
0
 def _commit(self,
             connection: PooledMySQLConnection) -> PooledMySQLConnection:
     connection.commit()
     return connection