/external/python/cpython2/Lib/plat-mac/ |
aetools.py | 6 packevent(event, parameters, attributes) sets params and attrs in an AEAppleEvent record 99 def packevent(ae, parameters = {}, attributes = {}): function 215 packevent(event, parameters, attributes) 356 packevent(ae, {'----': obj})
|
MiniAEFrame.py | 165 aetools.packevent(_reply, {}) 167 aetools.packevent(_reply, {'----':rv})
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
aetools.py | 6 packevent(event, parameters, attributes) sets params and attrs in an AEAppleEvent record 99 def packevent(ae, parameters = {}, attributes = {}): function 215 packevent(event, parameters, attributes) 356 packevent(ae, {'----': obj})
|
MiniAEFrame.py | 165 aetools.packevent(_reply, {}) 167 aetools.packevent(_reply, {'----':rv})
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aetools.py | 6 packevent(event, parameters, attributes) sets params and attrs in an AEAppleEvent record 99 def packevent(ae, parameters = {}, attributes = {}): function 215 packevent(event, parameters, attributes) 356 packevent(ae, {'----': obj})
|
MiniAEFrame.py | 165 aetools.packevent(_reply, {}) 167 aetools.packevent(_reply, {'----':rv})
|
/external/python/cpython2/Doc/library/ |
aetools.rst | 33 .. function:: packevent(ae, parameters, attributes) 52 required by ``packevent`` by replacing the keys, which are Python identifiers,
|
miniaeframe.rst | 61 The return value of your method is packed with :func:`aetools.packevent` and
|