Загрузить файлы в «venv/Lib/site-packages/sqlalchemy/util»

This commit is contained in:
2026-07-02 20:40:37 +00:00
parent 023f5e5e82
commit b233a68801
5 changed files with 1584 additions and 150 deletions

View File

@@ -0,0 +1,17 @@
# events.py
# Copyright (C) 2005-2026 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
"""Core event interfaces."""
from __future__ import annotations
from .engine.events import ConnectionEvents
from .engine.events import DialectEvents
from .pool import PoolResetState
from .pool.events import PoolEvents
from .sql.base import SchemaEventTarget
from .sql.events import DDLEvents