Parsed

class Parsed(*args, **kwargs)

A parsed item parsed by a Parser.

Methods

class Parsed
get_attributes() Attributes | None

Get the attributes which make up the parsed item.

get_bytes() Bytes

Get the raw data block for the parsed item.

get_data() bytes | None

Get the raw data block for the parsed item.

get_description() str | None

Get the descirption for a parsed item.

get_filename() str

Get the filename of the parsed item.

get_format() DataFormat

Get the format of the parsed item.

get_label() str | None

Get the label for the parsed item.