Home | History | Annotate | Download | only in Modules

Lines Matching defs:features

1740         const XML_Feature *features = XML_GetFeatureList();
1747 for (; features[i].feature != XML_FEATURE_END; ++i) {
1749 PyObject *item = Py_BuildValue("si", features[i].name,
1750 features[i].value);
1764 PyModule_AddObject(m, "features", list);