class documentation

class default_select_compile_options(CacheableOptions):

View In Hierarchy

Undocumented

Class Variable ​_cache​_key​_traversal 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
_cache_key_traversal: list =

Undocumented