Part of twisted.python.constants View Source View In Hierarchy
ValueConstant
defines an attribute to be a named constant within a collection defined by
a Values
subclass.
ValueConstant
is only for use in the definition of Values
subclasses. Do not instantiate ValueConstant
elsewhere and do not subclass it.
Method | __init__ | Undocumented |
Inherited from _Constant:
Method | __get__ | Ensure this constant has been initialized before returning it. |
Method | __repr__ | Return text identifying both which constant this is and which collection it belongs to. |
Method | _realize | Complete the initialization of this _Constant . |