We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf6b13 commit ffdec09Copy full SHA for ffdec09
lib/mysql/connector/cursor.py
@@ -1425,7 +1425,6 @@ def fetchall(self):
1425
Returns:
1426
list: A list of tuples with all rows of a query result set.
1427
"""
1428
- """Returns all rows of a query result set"""
1429
self._check_executed()
1430
if not self._have_unread_result():
1431
return []
lib/mysql/connector/pooling.py
@@ -473,7 +473,7 @@ def _set_pool_size(self, pool_size):
473
self._pool_size = pool_size
474
475
def _set_pool_name(self, pool_name):
476
- """Set the name of the pool.
+ r"""Set the name of the pool.
477
478
This method checks the validity and sets the name of the pool.
479
0 commit comments