class documentation

Undocumented

Method __init__ Undocumented
Method compare Undocumented
Method compare_binary Undocumented
Method compare_bindparam Undocumented
Method compare_clauselist Undocumented
Method compare_expression_clauselist Undocumented
Method compare_inner Undocumented
Method visit_annotations_key Undocumented
Method visit_anon_name Undocumented
Method visit_boolean Undocumented
Method visit_clauseelement Undocumented
Method visit_clauseelement_list Undocumented
Method visit_clauseelement_tuple Undocumented
Method visit_clauseelement_tuples Undocumented
Method visit_clauseelement_unordered_set Undocumented
Method visit_dialect_options Undocumented
Method visit_dml_multi_values Undocumented
Method visit_dml_ordered_values Undocumented
Method visit_dml_values Undocumented
Method visit_executable_options Undocumented
Method visit_fromclause_canonical_column_collection Undocumented
Method visit_fromclause_derived_column_collection Undocumented
Method visit_fromclause_ordered_set Undocumented
Method visit_has_cache_key Undocumented
Method visit_has_cache_key_list Undocumented
Method visit_memoized_select_entities Undocumented
Method visit_multi Undocumented
Method visit_named_ddl_element Undocumented
Method visit_operator Undocumented
Method visit_plain_dict Undocumented
Method visit_plain_obj Undocumented
Method visit_prefix_sequence Undocumented
Method visit_propagate_attrs Undocumented
Method visit_setup_join_tuple Undocumented
Method visit_statement_hint_list Undocumented
Method visit_string Undocumented
Method visit_string_clauseelement_dict Undocumented
Method visit_string_list Undocumented
Method visit_string_multi_dict Undocumented
Method visit_table_hint_list Undocumented
Method visit_type Undocumented
Method visit_unknown_structure Undocumented
Method visit_with_context_options Undocumented
Class Variable __slots__ Undocumented
Instance Variable cache Undocumented
Instance Variable stack Undocumented
Method _compare_dml_values_or_ce Undocumented
Method _compare_unordered_sequences Undocumented
Method _memoized_attr_anon_map Undocumented

Inherited from HasTraversalDispatch:

Method dispatch Given a method from :class:`.HasTraversalDispatch`, return the corresponding method on a subclass.
Method generate_dispatch Undocumented
Method run_generated_dispatch Undocumented
Method _generate_dispatcher Undocumented
Class Variable _dispatch_lookup Undocumented

Inherited from MemoizedSlots (via HasTraversalDispatch):

Method __getattr__ Undocumented
Method _fallback_getattr Undocumented
def __init__(self): (source)

Undocumented

def compare(self, obj1: ExternallyTraversible, obj2: ExternallyTraversible, **kw: Any) -> bool: (source)

Undocumented

def compare_binary(self, left, right, **kw): (source)

Undocumented

def compare_bindparam(self, left, right, **kw): (source)

Undocumented

def compare_clauselist(self, left, right, **kw): (source)

Undocumented

def compare_expression_clauselist(self, left, right, **kw): (source)

Undocumented

def compare_inner(self, obj1, obj2, **kw): (source)

Undocumented

def visit_annotations_key(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_anon_name(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_boolean(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_clauseelement(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_clauseelement_list(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_clauseelement_tuple(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_clauseelement_tuples(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_clauseelement_unordered_set(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_dialect_options(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_dml_multi_values(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_dml_ordered_values(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_dml_values(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_executable_options(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_fromclause_canonical_column_collection(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_fromclause_derived_column_collection(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_fromclause_ordered_set(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_has_cache_key(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_has_cache_key_list(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_memoized_select_entities(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_multi(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_named_ddl_element(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_operator(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_plain_dict(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_plain_obj(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_prefix_sequence(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_propagate_attrs(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_setup_join_tuple(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_statement_hint_list(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_string(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_string_clauseelement_dict(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_string_list(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_string_multi_dict(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_table_hint_list(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_type(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_unknown_structure(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

def visit_with_context_options(self, attrname, left_parent, left, right_parent, right, **kw): (source)

Undocumented

Undocumented

def _compare_dml_values_or_ce(self, lv, rv, **kw): (source)

Undocumented

def _compare_unordered_sequences(self, seq1, seq2, **kw): (source)

Undocumented

def _memoized_attr_anon_map(self): (source)

Undocumented