Lines Matching refs:namespaces
1209 namespaces: object = None
1215 PyObject *namespaces)
1221 if (checkpath(path) || namespaces != Py_None) {
1224 st->elementpath_obj, &PyId_find, self, path, namespaces, NULL
1252 namespaces: object = None
1259 PyObject *namespaces)
1266 if (checkpath(path) || namespaces != Py_None)
1269 self, path, default_value, namespaces, NULL
1306 namespaces: object = None
1312 PyObject *namespaces)
1319 if (checkpath(path) || namespaces != Py_None) {
1322 st->elementpath_obj, &PyId_findall, self, path, namespaces, NULL
1354 namespaces: object = None
1360 PyObject *namespaces)
1368 st->elementpath_obj, &PyId_iterfind, self, tag, namespaces, NULL);