Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyType_Ready

1112      * an explicit call to PyType_Ready, we implicitly call
1113 * PyType_Ready here and then check the tp_hash slot again
1116 if (PyType_Ready(tp) < 0)
1359 if (PyType_Ready(tp) < 0)
1497 if (PyType_Ready(tp) < 0)
2071 if (PyType_Ready(&PyType_Type) < 0)
2074 if (PyType_Ready(&_PyWeakref_RefType) < 0)
2077 if (PyType_Ready(&_PyWeakref_CallableProxyType) < 0)
2080 if (PyType_Ready(&_PyWeakref_ProxyType) < 0)
2083 if (PyType_Ready(&PyBool_Type) < 0)
2086 if (PyType_Ready(&PyString_Type) < 0)
2089 if (PyType_Ready(&PyByteArray_Type) < 0)
2092 if (PyType_Ready(&PyList_Type) < 0)
2095 if (PyType_Ready(&PyNone_Type) < 0)
2098 if (PyType_Ready(&PyNotImplemented_Type) < 0)
2101 if (PyType_Ready(&PyTraceBack_Type) < 0)
2104 if (PyType_Ready(&PySuper_Type) < 0)
2107 if (PyType_Ready(&PyBaseObject_Type) < 0)
2110 if (PyType_Ready(&PyRange_Type) < 0)
2113 if (PyType_Ready(&PyDict_Type) < 0)
2116 if (PyType_Ready(&PySet_Type) < 0)
2120 if (PyType_Ready(&PyUnicode_Type) < 0)
2124 if (PyType_Ready(&PySlice_Type) < 0)
2127 if (PyType_Ready(&PyStaticMethod_Type) < 0)
2131 if (PyType_Ready(&PyComplex_Type) < 0)
2135 if (PyType_Ready(&PyFloat_Type) < 0)
2138 if (PyType_Ready(&PyBuffer_Type) < 0)
2141 if (PyType_Ready(&PyLong_Type) < 0)
2144 if (PyType_Ready(&PyInt_Type) < 0)
2147 if (PyType_Ready(&PyFrozenSet_Type) < 0)
2150 if (PyType_Ready(&PyProperty_Type) < 0)
2153 if (PyType_Ready(&PyMemoryView_Type) < 0)
2156 if (PyType_Ready(&PyTuple_Type) < 0)
2159 if (PyType_Ready(&PyEnum_Type) < 0)
2162 if (PyType_Ready(&PyReversed_Type) < 0)
2165 if (PyType_Ready(&PyCode_Type) < 0)
2168 if (PyType_Ready(&PyFrame_Type) < 0)
2171 if (PyType_Ready(&PyCFunction_Type) < 0)
2174 if (PyType_Ready(&PyMethod_Type) < 0)
2177 if (PyType_Ready(&PyFunction_Type) < 0)
2180 if (PyType_Ready(&PyClass_Type) < 0)
2183 if (PyType_Ready(&PyDictProxy_Type) < 0)
2186 if (PyType_Ready(&PyGen_Type) < 0)
2189 if (PyType_Ready(&PyGetSetDescr_Type) < 0)
2192 if (PyType_Ready(&PyWrapperDescr_Type) < 0)
2195 if (PyType_Ready(&PyInstance_Type) < 0)
2198 if (PyType_Ready(&PyEllipsis_Type) < 0)
2201 if (PyType_Ready(&PyMemberDescr_Type) < 0)
2204 if (PyType_Ready(&PyFile_Type) < 0)
2207 if (PyType_Ready(&PyCapsule_Type) < 0)
2210 if (PyType_Ready(&PyCell_Type) < 0)
2213 if (PyType_Ready(&PyCallIter_Type) < 0)
2216 if (PyType_Ready(&PySeqIter_Type) < 0)