Searched defs:Plist (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
H A Dplistlib.py26 Generate Plist example:
47 Parse Plist example:
57 "Plist", "Data", "Dict"
59 # Note: the Plist and Dict classes have been deprecated.
331 class Plist(_InternalDict): class in inherits:_InternalDict
339 warn("The Plist class is deprecated, use the readPlist() and "
341 super(Plist, self).__init__(**kwargs)
/external/python/cpython2/Mac/BuildScript/
H A Dbuild-installer.py48 from plistlib import Plist namespace
1420 pl = Plist(
1442 pl = Plist(
1458 pl = Plist(
1511 pl = Plist(
/external/python/cpython3/Mac/BuildScript/
H A Dbuild-installer.py48 from plistlib import Plist namespace
1402 pl = Plist(
1424 pl = Plist(
1440 pl = Plist(
1493 pl = Plist(
/external/python/cpython2/Lib/plat-mac/
H A Dbundlebuilder.py40 from plistlib import Plist namespace
85 plist = Plist(CFBundleDevelopmentRegion = "English",
897 builder.plist = Plist.fromFile(arg)
/external/python/cpython3/Lib/
H A Dplistlib.py22 Generate Plist example:
42 Parse Plist example:
50 "Plist", "Data", "Dict", "InvalidFileException", "FMT_XML", "FMT_BINARY",
127 class Plist(_InternalDict): class in inherits:_InternalDict
133 warn("The Plist class is deprecated, use the load() and "
583 # Binary Plist

Completed in 403 milliseconds