PHP 8.2.30
Preview: exc.py Size: 639 B
//opt/hc_python/lib/python3.12/site-packages/sqlalchemy/ext/asyncio/exc.py

# ext/asyncio/exc.py
# Copyright (C) 2020-2025 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."""

Directory Contents

Dirs: 1 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2025-04-04 08:02:02
Edit Download
8.72 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
47.07 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
639 B lrw-r--r-- 2025-04-04 08:02:01
Edit Download
29.84 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
51.35 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
61.69 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download
1.29 KB lrw-r--r-- 2025-04-04 08:02:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).