Searched refs:DirEntryType (Results 1 – 1 of 1) sorted by relevance
11907 static PyTypeObject DirEntryType = { variable11983 entry = PyObject_New(DirEntry, &DirEntryType); in DirEntry_from_find_data()12070 entry = PyObject_New(DirEntry, &DirEntryType); in DirEntry_from_posix_info()13519 if (PyType_Ready(&DirEntryType) < 0) in INITFUNC()13619 Py_INCREF((PyObject *) &DirEntryType); in INITFUNC()13620 PyModule_AddObject(m, "DirEntry", (PyObject *)&DirEntryType); in INITFUNC()