Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c835 static PyObject *AEDesc_get_data(AEDescObject *self, void *closure) in AEDesc_get_data() function
856 {"data", (getter)AEDesc_get_data, (setter)AEDesc_set_data, "The raw data in this AEDesc"},