Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c2926 PyTypeObject CFURLRef_Type; variable
2928 #define CFURLRefObj_Check(x) ((x)->ob_type == &CFURLRef_Type || PyObject_TypeCheck((x), &CFURLRef_T…
2944 it = PyObject_NEW(CFURLRefObject, &CFURLRef_Type); in CFURLRefObj_New()
3529 PyTypeObject CFURLRef_Type = { variable
4973 CFURLRef_Type.ob_type = &PyType_Type; in init_CF()
4974 CFURLRef_Type.tp_base = &CFTypeRef_Type; in init_CF()
4975 if (PyType_Ready(&CFURLRef_Type) < 0) return; in init_CF()
4976 Py_INCREF(&CFURLRef_Type); in init_CF()
4977 PyModule_AddObject(m, "CFURLRef", (PyObject *)&CFURLRef_Type); in init_CF()
4979 Py_INCREF(&CFURLRef_Type); in init_CF()
[all …]