MCPcopy Index your code
hub / github.com/python/cpython / plistlib.py

File plistlib.py

Lib/plistlib.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

frozendictClass · 0.85
updateMethod · 0.45
compileMethod · 0.45

Tested by

no test coverage detected