Home
last modified time | relevance | path

Searched refs:PyCMethodObject (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h21 ((PyCMethodObject *)func) -> mm_class : NULL)
35 } PyCMethodObject; typedef
/third_party/python/Objects/
Dmethodobject.c87 PyCMethodObject *om = PyObject_GC_New(PyCMethodObject, &PyCMethod_Type); in PyCMethod_New()
376 .tp_basicsize = sizeof(PyCMethodObject),