:right-sidebar: True Parsed =================================================================== .. currentmodule:: gi.repository.Gcr .. class:: Parsed(*args, **kwargs) :no-contents-entry: A parsed item parsed by a :obj:`~gi.repository.Gcr.Parser`\. Methods ------- .. rst-class:: interim-class .. class:: Parsed :no-index: .. method:: get_attributes() -> ~gi.repository.Gck.Attributes | None Get the attributes which make up the parsed item. .. method:: get_bytes() -> ~gi.repository.GLib.Bytes Get the raw data block for the parsed item. .. method:: get_data() -> list[int] | None Get the raw data block for the parsed item. .. method:: get_description() -> str | None Get the descirption for a parsed item. .. method:: get_filename() -> str Get the filename of the parsed item. .. method:: get_format() -> ~gi.repository.Gcr.DataFormat Get the format of the parsed item. .. method:: get_label() -> str | None Get the label for the parsed item.