Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c1420 static PyObject *FSSpec_get_data(FSSpecObject *self, void *closure) in FSSpec_get_data() function
1428 {"data", (getter)FSSpec_get_data, (setter)FSSpec_set_data, "Raw data of the FSSpec object"},