class SupportsCloneAnnotations(SupportsAnnotations):
Known subclasses: sqlalchemy.orm.query.Query
, sqlalchemy.orm.util.Bundle
, sqlalchemy.sql.selectable.SelectBase
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. |
Class Variable | _clone_annotations_traverse_internals |
Undocumented |
Inherited from SupportsAnnotations
:
Property | _annotations_cache_key |
Undocumented |
_expression.ClauseElement
with annotations
removed.Parameters | |
values | optional tuple of individual values to remove. |
clone | Undocumented |