Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/SQLAlchemy-1.3.25.dev0-py3.11-linux-x86_64.egg/sqlalchemy/event/__init__.py: 91%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

11 statements  

1# event/__init__.py 

2# Copyright (C) 2005-2021 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: http://www.opensource.org/licenses/mit-license.php 

7 

8from .api import CANCEL # noqa 

9from .api import contains # noqa 

10from .api import listen # noqa 

11from .api import listens_for # noqa 

12from .api import NO_RETVAL # noqa 

13from .api import remove # noqa 

14from .attr import RefCollection # noqa 

15from .base import dispatcher # noqa 

16from .base import Events # noqa 

17from .legacy import _legacy_signature # noqa