Searched refs:PyFunction_Type (Results 1 – 7 of 7) sorted by relevance
40 PyAPI_DATA(PyTypeObject) PyFunction_Type;42 #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
2177 if (PyType_Ready(&PyFunction_Type) < 0) in _Py_ReadyTypes()
44 PyFunction_Type
345 "PyFunction_Type"
2726 if (type == &PyFunction_Type) { in save()