Gcr.Parsed¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Gcr.Parsed¶
A parsed item parsed by a
Gcr.Parser
.- classmethod unref(parsed)[source]¶
-
Unreferences a parsed item which was referenced with
Gcr.Parsed.ref
()
- get_attributes()[source]¶
- Returns:
the attributes for the item; these are owned by the parsed item and should not be freed
- Return type:
Get the attributes which make up the parsed item.
- get_bytes()[source]¶
- Returns:
the raw data of the parsed item, or
None
- Return type:
Get the raw data block for the parsed item.
- get_format()[source]¶
- Returns:
the data format of the item
- Return type:
Get the format of the parsed item.