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

  /external/python/cpython3/Objects/clinic/
typeobject.c.h 15 type___instancecheck___impl(PyTypeObject *self, PyObject *instance);
23 _return_value = type___instancecheck___impl(self, instance);
  /external/python/cpython3/Objects/
typeobject.c 846 type___instancecheck___impl(PyTypeObject *self, PyObject *instance) function
    [all...]

Completed in 86 milliseconds