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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 370 static void remove_subclass(PyTypeObject *, PyTypeObject *);
526 remove_subclass(
4184 remove_subclass(PyTypeObject *base, PyTypeObject *type) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 364 static void remove_subclass(PyTypeObject *, PyTypeObject *);
520 remove_subclass(
4132 remove_subclass(PyTypeObject *base, PyTypeObject *type) function
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 390 static void remove_subclass(PyTypeObject *, PyTypeObject *);
546 remove_subclass(
4344 remove_subclass(PyTypeObject *base, PyTypeObject *type) function
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 588 static void remove_subclass(PyTypeObject *, PyTypeObject *);
636 which in turn calls remove_subclass/add_subclass on this type.
5368 remove_subclass(PyTypeObject *base, PyTypeObject *type) function
    [all...]

Completed in 149 milliseconds