Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dmethodobject.h26 } PyCMethodObject; typedef
30 _Py_CAST(PyCMethodObject*, (func)))
/third_party/python/Objects/
Dmethodobject.c87 PyCMethodObject *om = PyObject_GC_New(PyCMethodObject, &PyCMethod_Type); in PyCMethod_New()
373 .tp_basicsize = sizeof(PyCMethodObject),