Entry

class pywayland.scanner.entry.Entry(name: str, value: str, summary: Optional[str], since: Optional[str], description: Optional[pywayland.scanner.description.Description])

Scanner for enum entries

Required attributes: name and value

Optional attributes: summary and since

Child elements: description

output(enum_name: str, printer: pywayland.scanner.printer.Printer) → None

Generate the output for the entry in the enum