class SupportsWrappingAnnotations(SupportsAnnotations):
Known subclasses: sqlalchemy.sql.expression.ClauseElement
Undocumented
Method | _annotate |
return a copy of this ClauseElement with annotations updated by the given dictionary. |
Method | _deannotate |
return a copy of this _expression.ClauseElement with annotations removed. |
Method | _with_annotations |
return a copy of this ClauseElement with annotations replaced by the given dictionary. |
Inherited from SupportsAnnotations
:
Property | _annotations_cache_key |
Undocumented |