| 1 | r"""plistlib.py -- a tool to generate and parse MacOSX .plist files. |
| 2 | |
| 3 | The property list (.plist) file format is a simple XML pickle supporting |
| 4 | basic object types, like dictionaries, lists, numbers and strings. |
nothing calls this directly
no test coverage detected