Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c601 static int FInfo_set_Creator(FInfoObject *self, PyObject *v, void *closure) in FInfo_set_Creator() function
642 {"Creator", (getter)FInfo_get_Creator, (setter)FInfo_set_Creator, "4-char file creator"},