Searched refs:EnumTypeWrapper (Results 1 – 7 of 7) sorted by relevance
55 LogRootFormat = enum_type_wrapper.EnumTypeWrapper(_LOGROOTFORMAT)78 MapRootFormat = enum_type_wrapper.EnumTypeWrapper(_MAPROOTFORMAT)117 HashStrategy = enum_type_wrapper.EnumTypeWrapper(_HASHSTRATEGY)156 TreeState = enum_type_wrapper.EnumTypeWrapper(_TREESTATE)187 TreeType = enum_type_wrapper.EnumTypeWrapper(_TREETYPE)
41 class EnumTypeWrapper(object): class
377 setattr(cls, enum_type.name, enum_type_wrapper.EnumTypeWrapper(enum_type))
48 Output = enum_type_wrapper.EnumTypeWrapper(_OUTPUT)
45 PayloadType = enum_type_wrapper.EnumTypeWrapper(_PAYLOADTYPE)
1650 * Added EnumTypeWrapper that provides better accessibility to enum types.