HomeSort by relevance Sort by last modified time
    Searched refs:Element_CheckExact (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/
_elementtree.c 201 #define Element_CheckExact(op) (Py_TYPE(op) == &Element_Type)
848 else if (Element_CheckExact(object)) {
1187 if (!Element_CheckExact(item))
1233 if (!Element_CheckExact(item))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 256 #define Element_CheckExact(op) (Py_TYPE(op) == &Element_Type)
808 if (Element_CheckExact(item) &&
841 if (Element_CheckExact(item) && !PyObject_Compare(item->tag, tag)) {
879 if (Element_CheckExact(item) &&
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 256 #define Element_CheckExact(op) (Py_TYPE(op) == &Element_Type)
815 if (!Element_CheckExact(item))
853 if (!Element_CheckExact(item))
902 if (!Element_CheckExact(item))
    [all...]

Completed in 115 milliseconds