Searched refs:PyFunction_Type (Results 1 – 12 of 12) sorted by relevance
40 PyAPI_DATA(PyTypeObject) PyFunction_Type;42 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type)
43 PyAPI_DATA(PyTypeObject) PyFunction_Type;45 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type)
18 .. c:var:: PyTypeObject PyFunction_Type28 Return true if *o* is a function object (has type :c:data:`PyFunction_Type`).
13 &PyFunction_Type); in PyFunction_New()544 PyTypeObject PyFunction_Type = { variable
2182 if (PyType_Ready(&PyFunction_Type) < 0) in _Py_ReadyTypes()
23 op = PyObject_GC_New(PyFunctionObject, &PyFunction_Type); in PyFunction_NewWithQualName()592 PyTypeObject PyFunction_Type = { variable
1864 if (PyType_Ready(&PyFunction_Type) < 0) in _Py_ReadyTypes()
44 PyFunction_Type
345 "PyFunction_Type"
2742 if (type == &PyFunction_Type) { in save()
4029 else if (type == &PyFunction_Type) { in save()