class documentation

class AnnotatedColumnElement(Annotated): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Property info Undocumented
Property key pull 'key' from parent, if not present
Property name pull 'name' from parent, if not present
Property table pull 'table' from parent, if not present
Method _with_annotations Undocumented
Class Variable _Annotated__element Undocumented
Property _anon_name_label Undocumented

Inherited from Annotated:

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __new__ Undocumented
Method __reduce__ Undocumented
Instance Variable __dict__ Undocumented
Property entity_namespace Undocumented
Class Method _as_annotated_instance Undocumented
Method _annotate Undocumented
Method _clone clone this element
Method _compiler_dispatch Undocumented
Method _deannotate Undocumented
Class Variable _is_column_operators Undocumented
Instance Variable __element Undocumented
Instance Variable _annotations Undocumented
Instance Variable _hash Undocumented
Property _constructor Undocumented

Inherited from SupportsAnnotations (via Annotated):

Class Variable __slots__ Undocumented
Class Variable proxy_set Undocumented
Method _gen_annotations_cache_key Undocumented
Class Variable _is_immutable Undocumented
Property _annotations_cache_key Undocumented

Inherited from ExternallyTraversible (via Annotated, SupportsAnnotations):

Method get_children Return immediate child :class:`.visitors.HasTraverseInternals` elements of this :class:`.visitors.HasTraverseInternals`.
Method _copy_internals Reassign internal elements to be clones of themselves.

Inherited from HasTraverseInternals (via Annotated, SupportsAnnotations, ExternallyTraversible):

Class Variable _traverse_internals Undocumented

Inherited from Visitable (via Annotated, SupportsAnnotations, ExternallyTraversible, HasTraverseInternals):

Method __class_getitem__ Undocumented
Method __init_subclass__ Undocumented
Class Variable __visit_name__ Undocumented
Class Method _generate_compiler_dispatch Undocumented
Class Variable _original_compiler_dispatch Undocumented
def __init__(self, element, values): (source)
@util.memoized_property
info: _InfoType = (source)

Undocumented

@util.memoized_property
key = (source)

pull 'key' from parent, if not present

@util.memoized_property
name = (source)

pull 'name' from parent, if not present

@util.memoized_property
table = (source)

pull 'table' from parent, if not present

def _with_annotations(self, values): (source)
_Annotated__element: ColumnElement[Any] = (source)

Undocumented

@util.memoized_property
_anon_name_label: str = (source)

Undocumented