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

  /external/python/cpython3/Include/
classobject.h 42 PyAPI_DATA(PyTypeObject) PyInstanceMethod_Type;
44 #define PyInstanceMethod_Check(op) ((op)->ob_type == &PyInstanceMethod_Type)
  /external/python/cpython3/Objects/
classobject.c 415 &PyInstanceMethod_Type);
608 PyTypeObject PyInstanceMethod_Type = {
object.c     [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]

Completed in 213 milliseconds