class documentation

class CacheTraverseTarget(enum.Enum): (source)

View In Hierarchy

Undocumented

Constant ANON_NAME Undocumented
Constant CACHE_IN_PLACE Undocumented
Constant CALL_GEN_CACHE_KEY Undocumented
Constant PROPAGATE_ATTRS Undocumented
Constant STATIC_CACHE_KEY Undocumented
ANON_NAME: int = (source)

Undocumented

Value
4
CACHE_IN_PLACE: int = (source)

Undocumented

Value
0
CALL_GEN_CACHE_KEY: int = (source)

Undocumented

Value
1
PROPAGATE_ATTRS: int = (source)

Undocumented

Value
3
STATIC_CACHE_KEY: int = (source)

Undocumented

Value
2