Home
last modified time | relevance | path

Searched refs:PyMethod_Type (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Include/
Dclassobject.h20 PyAPI_DATA(PyTypeObject) PyMethod_Type;
22 #define PyMethod_Check(op) Py_IS_TYPE(op, &PyMethod_Type)
/external/python/cpython2/Include/
Dclassobject.h39 PyAPI_DATA(PyTypeObject) PyClass_Type, PyInstance_Type, PyMethod_Type;
43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type)
/external/python/cpython2/Doc/c-api/
Dmethod.rst13 .. c:var:: PyTypeObject PyMethod_Type
23 Return true if *o* is a method object (has type :c:data:`PyMethod_Type`). The
/external/python/cpython3/Doc/c-api/
Dmethod.rst56 .. c:var:: PyTypeObject PyMethod_Type
66 Return true if *o* is a method object (has type :c:data:`PyMethod_Type`). The
/external/python/cpython3/Objects/
Dclassobject.c39 assert(Py_IS_TYPE(method, &PyMethod_Type)); in method_vectorcall()
105 PyMethodObject *im = PyObject_GC_New(PyMethodObject, &PyMethod_Type); in PyMethod_New()
331 PyTypeObject PyMethod_Type = { variable
Dobject.c1793 INIT_TYPE(&PyMethod_Type, "method"); in _PyTypes_Init()
/external/python/cpython2/PC/os2vacpp/
Dpython.def51 PyMethod_Type
/external/python/cpython2/Objects/
Dclassobject.c2257 (void)PyObject_INIT(im, &PyMethod_Type); in PyMethod_New()
2261 im = PyObject_GC_New(PyMethodObject, &PyMethod_Type); in PyMethod_New()
2631 PyTypeObject PyMethod_Type = { variable
Dobject.c2179 if (PyType_Ready(&PyMethod_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2emx/
Dpython27.def211 "PyMethod_Type"
/external/python/cpython2/Doc/howto/
Ddescriptor.rst309 :c:type:`PyMethod_Type` in :source:`Objects/classobject.c` is a single object
/external/python/cpython3/Tools/c-analyzer/
DTODO691 Objects/classobject.c:PyMethod_Type PyTypeObject PyMethod_Type
Dknown.tsv1493 Objects/classobject.c - PyMethod_Type variable PyTypeObject PyMethod_Type