Home
last modified time | relevance | path

Searched refs:AS_MAGIC (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_applesingle.py12 AS_MAGIC=0x00051600 variable
17 applesingledata = struct.pack(">ll16sh", AS_MAGIC, AS_VERSION, "foo", 2) + \
/external/python/cpython2/Lib/plat-mac/
Dapplesingle.py35 AS_MAGIC=0x00051600 variable
61 if magic != AS_MAGIC: