Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
D_msi.c788 static PyTypeObject msiview_Type = { variable
848 result = PyObject_NEW(struct msiobj, &msiview_Type); in msidb_openview()
/external/python/cpython3/PC/
D_msi.c822 static PyTypeObject msiview_Type = { variable
882 result = PyObject_NEW(struct msiobj, &msiview_Type); in msidb_openview()