句法:
cnxpool.get_connection()
此方法从池中返回一个连接,或者 PoolError在没有可用连接时引发。
PoolError
例子:
cnx = cnxpool.get_connection()