plistlib.loads(data, *, fmt=None, use_builtin_types=True, dict_type=dict)
Load a plist from a bytes object. See load()
for an explanation of the keyword arguments.
New in version 3.4.
plistlib.loads(data, *, fmt=None, use_builtin_types=True, dict_type=dict)
Load a plist from a bytes object. See load()
for an explanation of the keyword arguments.
New in version 3.4.
Please login to continue.