Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/sqlalchemy/events.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-06-07 06:35 +0000

1# sqlalchemy/events.py 

2# Copyright (C) 2005-2023 the SQLAlchemy authors and contributors 

3# <see AUTHORS file> 

4# 

5# This module is part of SQLAlchemy and is released under 

6# the MIT License: https://www.opensource.org/licenses/mit-license.php 

7 

8"""Core event interfaces.""" 

9 

10from .engine.events import ConnectionEvents 

11from .engine.events import DialectEvents 

12from .pool.events import PoolEvents 

13from .sql.base import SchemaEventTarget 

14from .sql.events import DDLEvents