Searched defs:readPlist (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dplistlib.py11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
55 "readPlist", "writePlist", "readPlistFromString", "writePlistToString",
68 def readPlist(pathOrFile): function
103 return readPlist(StringIO(data))
333 """This class has been deprecated. Use readPlist() and writePlist()
339 warn("The Plist class is deprecated, use the readPlist() and "
344 """Deprecated. Use the readPlist() function instead."""
345 rootObject = readPlist(pathOrFile)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dplistlib.py11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
55 "readPlist", "writePlist", "readPlistFromString", "writePlistToString",
68 def readPlist(pathOrFile): function
103 return readPlist(StringIO(data))
333 """This class has been deprecated. Use readPlist() and writePlist()
339 warn("The Plist class is deprecated, use the readPlist() and "
344 """Deprecated. Use the readPlist() function instead."""
345 rootObject = readPlist(pathOrFile)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dplistlib.py11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
55 "readPlist", "writePlist", "readPlistFromString", "writePlistToString",
68 def readPlist(pathOrFile): function
103 return readPlist(StringIO(data))
333 """This class has been deprecated. Use readPlist() and writePlist()
339 warn("The Plist class is deprecated, use the readPlist() and "
344 """Deprecated. Use the readPlist() function instead."""
345 rootObject = readPlist(pathOrFile)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dplistlib.py11 To parse a plist from a file, use the readPlist(pathOrFile) function,
49 pl = readPlist(pathOrFile)
55 "readPlist", "writePlist", "readPlistFromString", "writePlistToString",
68 def readPlist(pathOrFile): function
103 return readPlist(StringIO(data))
333 """This class has been deprecated. Use readPlist() and writePlist()
339 warn("The Plist class is deprecated, use the readPlist() and "
344 """Deprecated. Use the readPlist() function instead."""
345 rootObject = readPlist(pathOrFile)

Completed in 178 milliseconds