Part of twisted.python.constants View Source View In Hierarchy
_EnumerantsInitializer
is a descriptor used to initialize a cache of objects representing named
constants for a particular _ConstantsContainer
subclass.Method | __get__ | Trigger the initialization of the enumerants cache on cls
and then return it. |
cls
and then return it.