8000
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 d4f5929 commit db20bf2Copy full SHA for db20bf2
pymysql/connections.py
@@ -524,6 +524,8 @@ class Connection(object):
524
the interface from which to connect to the host. Argument can be
525
a hostname or an IP address.
526
:param unix_socket: Optionally, you can use a unix socket rather than TCP/IP.
527
+ :param read_timeout: The timeout for reading from the connection in seconds (default: None - no timeout)
528
+ :param write_timeout: The timeout for writing to the connection in seconds (default: None - no timeout)
529
:param charset: Charset you want to use.
530
:param sql_mode: Default SQL_MODE to use.
531
:param read_default_file:
0 commit comments