Searched refs:PlistFormat (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | plistlib.py | 73 PlistFormat = enum.Enum('PlistFormat', 'FMT_XML FMT_BINARY', module=__name__) variable 74 globals().update(PlistFormat.__members__) |
Completed in 2 milliseconds