Home
last modified time | relevance | path

Searched refs:typeFSS (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/library/
Daepack.rst35 | :class:`FSSpec` | typeFSS |
73 type typeFSS are returned as :class:`FSSpec` objects. AppleEvent record
/external/python/cpython2/Lib/plat-mac/
Daepack.py175 if t == typeFSS:
DEasyDialogs.py597 Carbon.AppleEvents.typeFSS, defaultLocation.data)
/external/python/cpython2/Mac/Modules/
DNav.c343 if ((err=AEGetNthDesc(&self->itself.selection, i+1, typeFSS, NULL, &desc))) { in navrr_getattr()
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py37 typeFSS = FOUR_CHAR_CODE('fss ') variable