Home
last modified time | relevance | path

Searched refs:aepack (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_aepack.py8 aepack = test_support.import_module('aepack') variable
30 packed = aepack.pack(o)
31 unpacked = aepack.unpack(packed)
36 packed = aepack.pack(o)
37 unpacked = aepack.unpack(packed)
42 packed = aepack.pack(o)
43 unpacked = aepack.unpack(packed)
48 packed = aepack.pack(o)
49 unpacked = aepack.unpack(packed)
54 packed = aepack.pack(o)
[all …]
/external/python/cpython2/Doc/library/
Daepack.rst2 :mod:`aepack` --- Conversion between Python variables and AppleEvent data containers
5 .. module:: aepack
12 The :mod:`aepack` module defines functions for converting (packing) Python
22 The :mod:`aepack` module defines the following functions:
Daetools.rst14 functionality of the :mod:`aetypes` and :mod:`aepack` modules. The stub packages
38 ``aepack.pack()``.
Daetypes.rst20 automatically by :mod:`aepack`.
46 The representation of OSA descriptor data for which the :mod:`aepack` and
Dmacosa.rst85 aepack.rst
/external/python/cpython2/Mac/Modules/ae/
DREADME7 aepack.py Routines to convert python objects <-> AEDesc record
/external/python/cpython2/Lib/plat-mac/
Daetools.py36 from aepack import packkey, pack, unpack, coerce, AEDescType
Daetypes.py16 from aepack import pack
/external/python/cpython2/Doc/whatsnew/
D2.6.rst3156 :mod:`aepack`,
/external/python/cpython2/Misc/
DNEWS8707 - Issue #1737832: plat-mac/EasyDialog.py no longer uses the broken aepack