Submit
Path:
~
/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
File Content:
_mysql_exceptions.py
"""_mysql_exceptions: Exception classes for _mysql and MySQLdb. These classes are dictated by the DB API v2.0: https://www.python.org/dev/peps/pep-0249/ """ try: from exceptions import Exception, StandardError, Warning except ImportError: # Python 3 StandardError = Exception class MySQLError(StandardError): """Exception related to operation with MySQL.""" class Warning(Warning, MySQLError): """Exception raised for important warnings like data truncations while inserting, etc.""" class Error(MySQLError): """Exception that is the base class of all other error exceptions (not Warning).""" class InterfaceError(Error): """Exception raised for errors that are related to the database interface rather than the database itself.""" class DatabaseError(Error): """Exception raised for errors that are related to the database.""" class DataError(DatabaseError): """Exception raised for errors that are due to problems with the processed data like division by zero, numeric value out of range, etc.""" class OperationalError(DatabaseError): """Exception raised for errors that are related to the database's operation and not necessarily under the control of the programmer, e.g. an unexpected disconnect occurs, the data source name is not found, a transaction could not be processed, a memory allocation error occurred during processing, etc.""" class IntegrityError(DatabaseError): """Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails, duplicate key, etc.""" class InternalError(DatabaseError): """Exception raised when the database encounters an internal error, e.g. the cursor is not valid anymore, the transaction is out of sync, etc.""" class ProgrammingError(DatabaseError): """Exception raised for programming errors, e.g. table not found or already exists, syntax error in the SQL statement, wrong number of parameters specified, etc.""" class NotSupportedError(DatabaseError): """Exception raised in case a method or database API was used which is not supported by the database, e.g. requesting a .rollback() on a connection that does not support transaction or has transactions turned off."""
Submit
FILE
FOLDER
Name
Size
Permission
Action
Crypto
---
0755
MarkupSafe-2.0.1-py3.7.egg-info
---
0755
MySQLdb
---
0755
SQLAlchemy-1.3.6-py3.7.egg-info
---
0755
__pycache__
---
0755
aiohttp
---
0755
aiohttp-3.8.1-py3.7.egg-info
---
0755
cffi
---
0755
cffi-1.14.0-py3.7.egg-info
---
0755
cryptography
---
0755
cryptography-2.3-py3.7.egg-info
---
0755
frozenlist
---
0755
frozenlist-1.3.0a0-py3.7.egg-info
---
0755
guppy
---
0755
guppy3-3.0.8-py3.7.egg-info
---
0755
lxml
---
0755
lxml-4.4.2-py3.7.egg-info
---
0755
markupsafe
---
0755
multidict
---
0755
multidict-5.1.0-py3.7.egg-info
---
0755
mysqlclient-1.3.10-py3.7.egg-info
---
0755
numpy
---
0755
numpy-1.13.3-py3.7.egg-info
---
0755
psutil
---
0755
psutil-5.8.0-py3.7.egg-info
---
0755
psycopg2
---
0755
psycopg2-2.8.4-py3.7.egg-info
---
0755
pylve-2.1-py3.7.egg-info
---
0755
pyrsistent
---
0755
pyrsistent-0.14.11-py3.7.egg-info
---
0755
simplejson
---
0755
simplejson-3.12.0-py3.7.egg-info
---
0755
sqlalchemy
---
0755
unshare-0.22-py3.7.egg-info
---
0755
yaml
---
0755
yarl
---
0755
yarl-1.1.1-py3.7.egg-info
---
0755
PyYAML-3.13-py3.7.egg-info
1515 bytes
0644
README.txt
119 bytes
0644
_cffi_backend.cpython-37m-x86_64-linux-gnu.so
183272 bytes
0755
_mysql.so
185288 bytes
0644
_mysql_exceptions.py
2335 bytes
0644
_pyrsistent_version.py
24 bytes
0644
_yaml.cpython-37m-x86_64-linux-gnu.so
262040 bytes
0755
pvectorc.cpython-37m-x86_64-linux-gnu.so
34848 bytes
0755
pycrypto-2.6.1-py3.7.egg-info
666 bytes
0644
pylve.cpython-37m-x86_64-linux-gnu.so
24392 bytes
0755
unshare.cpython-37m-x86_64-linux-gnu.so
7304 bytes
0755
N4ST4R_ID | Naxtarrr