Home | History | Annotate | Download | only in docs

Lines Matching defs:enum

30   Enum: A class corresponding an <enum> element within an <entry>
31 Value: A class corresponding to a <value> element within an Enum
742 A class corresponding to a <value> element within an <enum> within an <entry>.
749 parent: An edge to the parent, always an Enum instance.
773 class Enum(Node):
775 A class corresponding to an <enum> element within an <entry>.
809 enum: An Enum instance if the enum attribute is true, None otherwise.
841 Args (if the 'enum' attribute is true):
842 enum: A boolean, True if this is an enum, False otherwise
844 enum_optionals: A list of optional enum values, e.g. ['OFF']
928 def enum(self):
932 if self.enum:
933 yield self.enum
954 # access these via the 'enum' prop
971 if kwargs.get('enum', False):
972 self._enum = Enum(self, enum_values, enum_ids, enum_optionals, enum_notes)
1089 Args (if the 'enum' attribute is true):
1090 enum: A boolean, True if this is an enum, False otherwise
1092 enum_optionals: A list of optional enum values, e.g. ['OFF']
1164 'container_sizes', 'enum',