class documentation

class default_compile_options(CacheableOptions): (source)

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 _is_star Undocumented
Class Variable _only_load_props Undocumented
Class Variable _render_for_subquery Undocumented
Class Variable _set_base_alias Undocumented
Class Variable _use_legacy_query_style Undocumented

Inherited from CacheableOptions:

Class Variable __slots__ Undocumented
Method _gen_cache_key return an optional cache key.
Method _gen_cache_key_inst Undocumented
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 __delattr__ Undocumented
Method __eq__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
Method __init_subclass__ Undocumented
Method __repr__ Undocumented
Method __setattr__ Undocumented
Method add_to_element Undocumented
Method _state_dict Undocumented
Method _state_dict_inst Undocumented
Class Variable _cache_attrs Undocumented

Inherited from HasCacheKey (via CacheableOptions, Options):

Class Variable inherit_cache Indicate if this :class:`.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 _generated_cache_key_traversal 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 = (source)

Undocumented

_cache_key_traversal = (source)

Undocumented

_enable_eagerloads: bool = (source)

Undocumented

_enable_single_crit: bool = (source)

Undocumented

_for_refresh_state: bool = (source)

Undocumented

_for_statement: bool = (source)

Undocumented

_is_star: bool = (source)

Undocumented

_only_load_props = (source)

Undocumented

_render_for_subquery: bool = (source)

Undocumented

_set_base_alias: bool = (source)

Undocumented

_use_legacy_query_style: bool = (source)

Undocumented