XmpTrailerPI constructor

__init__(self)

Initializes a new instance of the XmpTrailerPI class.


def __init__(self):
    ...

__init__(self, is_writable)

Initializes a new instance of the XmpTrailerPI class.


def __init__(self, is_writable):
    ...
Parameter Type Description
is_writable bool Indicates whether trailer is writable.

See Also