diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2022-06-15 14:07:53 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2022-06-15 14:07:53 +0000 |
| commit | 6d889b03dcd42b531001aeec2737949dca41d6d8 (patch) | |
| tree | b1e6ecfbf2fc086c5dec0ee5413189849075a719 /lib/sqlalchemy/sql | |
| parent | 1156c6f998ed2db0a34c31e34751a062bd0e6cdc (diff) | |
| parent | 514f2a8b4c6de8c033496543e9aaf2a0a4eb599d (diff) | |
| download | sqlalchemy-6d889b03dcd42b531001aeec2737949dca41d6d8.tar.gz | |
Merge "new features for pep 593 Annotated" into main
Diffstat (limited to 'lib/sqlalchemy/sql')
| -rw-r--r-- | lib/sqlalchemy/sql/annotation.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sqlalchemy/sql/annotation.py b/lib/sqlalchemy/sql/annotation.py index 56d88bc2f..61849d053 100644 --- a/lib/sqlalchemy/sql/annotation.py +++ b/lib/sqlalchemy/sql/annotation.py @@ -9,6 +9,10 @@ copies of SQL constructs which contain context-specific markers and associations. +Note that the :class:`.Annotated` concept as implemented in this module is not +related in any way to the pep-593 concept of "Annotated". + + """ from __future__ import annotations |
