/usr/local/lib/python3.9/site-packages/sqlparse
# # Copyright (C) 2009-2020 the sqlparse authors and contributors # <see AUTHORS file> # # This module is part of python-sqlparse and is released under # the BSD License: https://opensource.org/licenses/BSD-3-Clause """Exceptions used in this package.""" class SQLParseError(Exception): """Base class for exceptions in this module."""
.
Edit
..
Edit
__init__.py
Edit
__main__.py
Edit
__pycache__
Edit
cli.py
Edit
engine
Edit
exceptions.py
Edit
filters
Edit
formatter.py
Edit
keywords.py
Edit
lexer.py
Edit
sql.py
Edit
tokens.py
Edit
utils.py
Edit