class documentation

class default_compile_options(CacheableOptions):

View In Hierarchy

Undocumented

Class Variable ​_bake​_ok Undocumented
Class Variable ​_cache​_key​_traversal Undocumented
Class Variable ​_enable​_eagerloads Undocumented
Class Variable ​_enable​_single​_crit Undocumented
Class Variable ​_for​_refresh​_state Undocumented
Class Variable ​_for​_statement Undocumented
Class Variable ​_only​_load​_props Undocumented
Class Variable ​_orm​_only​_from​_obj​_alias Undocumented
Class Variable ​_render​_for​_subquery Undocumented
Class Variable ​_set​_base​_alias Undocumented
Class Variable ​_use​_legacy​_query​_style Undocumented
Class Variable ​_with​_polymorphic​_adapt​_map Undocumented

Inherited from CacheableOptions:

Method ​_gen​_cache​_key return an optional cache key.
Method ​_generate​_cache​_key return a cache key.

Inherited from Options (via CacheableOptions):

Class Method from​_execution​_options process Options argument in terms of execution options.
Class Method isinstance Undocumented
Class Method safe​_merge Undocumented
Method __add__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method ​_state​_dict Undocumented
Method add​_to​_element Undocumented
Class Variable ​_state​_dict​_const Undocumented

Inherited from HasCacheKey (via CacheableOptions):

Class Variable inherit​_cache Indicate if this .HasCacheKey instance should make use of the cache key generation scheme used by its immediate superclass.
Class Method ​_generate​_cache​_attrs generate cache key dispatcher for a new class.
Class Method ​_generate​_cache​_key​_for​_object Undocumented
Class Variable __slots__ Undocumented
Class Variable ​_hierarchy​_supports​_caching private attribute which may be set to False to prevent the inherit_cache warning from being emitted for a hierarchy of subclasses.
Class Variable ​_is​_has​_cache​_key Undocumented
_bake_ok: bool =

Undocumented

_cache_key_traversal =

Undocumented

_enable_eagerloads: bool =

Undocumented

_enable_single_crit: bool =

Undocumented

_for_refresh_state: bool =

Undocumented

_for_statement: bool =

Undocumented

_only_load_props =

Undocumented

_orm_only_from_obj_alias: bool =

Undocumented

_render_for_subquery: bool =

Undocumented

_set_base_alias: bool =

Undocumented

_use_legacy_query_style: bool =

Undocumented

_with_polymorphic_adapt_map: tuple =

Undocumented