plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False)
Return value as a plist-formatted bytes object. See the documentation for dump()
for an explanation of the keyword arguments of this function.
New in version 3.4.
plistlib.dumps(value, *, fmt=FMT_XML, sort_keys=True, skipkeys=False)
Return value as a plist-formatted bytes object. See the documentation for dump()
for an explanation of the keyword arguments of this function.
New in version 3.4.
Please login to continue.