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

  /external/python/cpython3/Objects/clinic/
typeobject.c.h 89 type___subclasses___impl(PyTypeObject *self);
94 return type___subclasses___impl(self);
  /external/python/cpython3/Objects/
typeobject.c 641 subclasses = type___subclasses___impl(type);
3314 type___subclasses___impl(PyTypeObject *self) function
    [all...]

Completed in 82 milliseconds