Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyType_Ready

1105      * an explicit call to PyType_Ready, we implicitly call

1106 * PyType_Ready here and then check the tp_hash slot again
1109 if (PyType_Ready(tp) < 0)
1352 if (PyType_Ready(tp) < 0)
1490 if (PyType_Ready(tp) < 0)
2064 if (PyType_Ready(&PyType_Type) < 0)
2067 if (PyType_Ready(&_PyWeakref_RefType) < 0)
2070 if (PyType_Ready(&_PyWeakref_CallableProxyType) < 0)
2073 if (PyType_Ready(&_PyWeakref_ProxyType) < 0)
2076 if (PyType_Ready(&PyBool_Type) < 0)
2079 if (PyType_Ready(&PyString_Type) < 0)
2082 if (PyType_Ready(&PyByteArray_Type) < 0)
2085 if (PyType_Ready(&PyList_Type) < 0)
2088 if (PyType_Ready(&PyNone_Type) < 0)
2091 if (PyType_Ready(&PyNotImplemented_Type) < 0)
2094 if (PyType_Ready(&PyTraceBack_Type) < 0)
2097 if (PyType_Ready(&PySuper_Type) < 0)
2100 if (PyType_Ready(&PyBaseObject_Type) < 0)
2103 if (PyType_Ready(&PyRange_Type) < 0)
2106 if (PyType_Ready(&PyDict_Type) < 0)
2109 if (PyType_Ready(&PySet_Type) < 0)
2112 if (PyType_Ready(&PyUnicode_Type) < 0)
2115 if (PyType_Ready(&PySlice_Type) < 0)
2118 if (PyType_Ready(&PyStaticMethod_Type) < 0)
2122 if (PyType_Ready(&PyComplex_Type) < 0)
2126 if (PyType_Ready(&PyFloat_Type) < 0)
2129 if (PyType_Ready(&PyBuffer_Type) < 0)
2132 if (PyType_Ready(&PyLong_Type) < 0)
2135 if (PyType_Ready(&PyInt_Type) < 0)
2138 if (PyType_Ready(&PyFrozenSet_Type) < 0)
2141 if (PyType_Ready(&PyProperty_Type) < 0)
2144 if (PyType_Ready(&PyMemoryView_Type) < 0)
2147 if (PyType_Ready(&PyTuple_Type) < 0)
2150 if (PyType_Ready(&PyEnum_Type) < 0)
2153 if (PyType_Ready(&PyReversed_Type) < 0)
2156 if (PyType_Ready(&PyCode_Type) < 0)
2159 if (PyType_Ready(&PyFrame_Type) < 0)
2162 if (PyType_Ready(&PyCFunction_Type) < 0)
2165 if (PyType_Ready(&PyMethod_Type) < 0)
2168 if (PyType_Ready(&PyFunction_Type) < 0)
2171 if (PyType_Ready(&PyClass_Type) < 0)
2174 if (PyType_Ready(&PyDictProxy_Type) < 0)
2177 if (PyType_Ready(&PyGen_Type) < 0)
2180 if (PyType_Ready(&PyGetSetDescr_Type) < 0)
2183 if (PyType_Ready(&PyWrapperDescr_Type) < 0)
2186 if (PyType_Ready(&PyInstance_Type) < 0)
2189 if (PyType_Ready(&PyEllipsis_Type) < 0)
2192 if (PyType_Ready(&PyMemberDescr_Type) < 0)
2195 if (PyType_Ready(&PyFile_Type) < 0)