guid property

guid property

Represents Header Guid.

Remarks

The text of the header PI contains a GUID, making it unlikely to appear by accident in the data stream.

Definition:

@property
def guid(self):
    ...
@guid.setter
def guid(self, value):
    ...

See Also