class documentation

class SupportsCloneAnnotations(SupportsAnnotations):

Known subclasses: sqlalchemy.orm.query.Query, sqlalchemy.orm.util.Bundle, sqlalchemy.sql.selectable.SelectBase

View In Hierarchy

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
def _annotate(self, values):
return a copy of this ClauseElement with annotations updated by the given dictionary.
def _deannotate(self, values=None, clone=False):
return a copy of this _expression.ClauseElement with annotations removed.
Parameters
valuesoptional tuple of individual values to remove.
cloneUndocumented
def _with_annotations(self, values):
return a copy of this ClauseElement with annotations replaced by the given dictionary.
_clone_annotations_traverse_internals =

Undocumented