Pkg.PList
— API for parsing Apple’s property list files¶
Module API¶
Pkg.PList module API.
Classes:
This class represents an Apple property list file.
- class PListObject¶
Bases:
Pro.Core.CFFObject
This class represents an Apple property list file.
Methods:
Dump
()Returns the contents of the property list file as a JSon string.
- Dump() → str¶
- Returns
Returns the contents of the property list file as a JSon string.
- Return type
str