Home
last modified time | relevance | path

Searched refs:plistlib (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_plistlib.py7 import plistlib namespace
20 from plistlib import UID
22 ALL_FORMATS=(plistlib.FMT_XML, plistlib.FMT_BINARY)
27 plistlib.FMT_XML: binascii.a2b_base64(b'''
79 plistlib.FMT_BINARY: binascii.a2b_base64(b'''
449 plistlib.dump(pl, fp)
452 pl2 = plistlib.load(fp)
456 self.assertRaises(AttributeError, plistlib.dump, pl, 'filename')
457 self.assertRaises(AttributeError, plistlib
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py17 import plistlib namespace
183 plist = plistlib.readPlistFromString(lines)
186 lines = plistlib.writePlistToString(plist)
233 plist = plistlib.readPlist(info_plist)
440 plistlib.writePlist(merged_plist, output)
588 This is a wrapper around plistlib.readPlist that tries to convert the
599 # First, try to read the file using plistlib that only supports XML,
602 return plistlib.readPlist(plist_path)
608 return plistlib.readPlist(temp.name)
666 plistlib
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py17 import plistlib namespace
183 plist = plistlib.readPlistFromString(lines)
186 lines = plistlib.writePlistToString(plist)
233 plist = plistlib.readPlist(info_plist)
440 plistlib.writePlist(merged_plist, output)
588 This is a wrapper around plistlib.readPlist that tries to convert the
599 # First, try to read the file using plistlib that only supports XML,
602 return plistlib.readPlist(plist_path)
608 return plistlib.readPlist(temp.name)
666 plistlib
[all...]
/third_party/gn/examples/ios/build/config/ios/scripts/
H A Dfind_app_identifier_prefix.py15 import plistlib namespace
24 self._data = plistlib.loads(
/third_party/notofonts/scripts/
H A Dversionator.py7 import plistlib namespace
29 IOS_VERSION = plistlib.load(open(IOS_VERSION_PATH, "rb"))["CFBundleExecutable"]
/third_party/python/Lib/idlelib/
H A Dmacosx.py5 import plistlib namespace
95 return plistlib.load(plist_file)
/third_party/python/Lib/
H A Dplatform.py420 import plistlib namespace
425 pl = plistlib.load(f)
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py59 from plistlib import writePlist
61 from plistlib import dump

Completed in 8 milliseconds