File size: 367 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 |
Connection Object
=================
.. module:: pymysql.connections
.. autoclass:: Connection
:members:
:exclude-members: DataError, DatabaseError, Error, InterfaceError,
IntegrityError, InternalError, NotSupportedError,
OperationalError, ProgrammingError, Warning,
escape, literal, write_packet
|