XYZ File Manager
Current Path:
/opt/alt/python27/lib64/python2.7/site-packages/sqlalchemy/ext/asyncio
opt
/
alt
/
python27
/
lib64
/
python2.7
/
site-packages
/
sqlalchemy
/
ext
/
asyncio
/
📁
..
📄
__init__.py
(823 B)
📄
__init__.pyc
(982 B)
📄
base.py
(2.46 KB)
📄
engine.py
(26.03 KB)
📄
events.py
(1.39 KB)
📄
events.pyc
(2.17 KB)
📄
exc.py
(639 B)
📄
exc.pyc
(1.12 KB)
📄
result.py
(20.2 KB)
📄
scoping.py
(2.89 KB)
📄
session.py
(23.71 KB)
Editing: exc.py
# ext/asyncio/exc.py # Copyright (C) 2020-2024 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: https://www.opensource.org/licenses/mit-license.php from ... import exc class AsyncMethodRequired(exc.InvalidRequestError): """an API can't be used because its result would not be compatible with async""" class AsyncContextNotStarted(exc.InvalidRequestError): """a startable context manager has not been started.""" class AsyncContextAlreadyStarted(exc.InvalidRequestError): """a startable context manager is already started."""
Upload File
Create Folder