Searched refs:RepeatedCompositeContainer_Type (Results 1 – 3 of 3) sorted by relevance
105 extern PyTypeObject RepeatedCompositeContainer_Type;
308 if (!PyObject_TypeCheck(other, &RepeatedCompositeContainer_Type)) { in RichCompare()514 PyType_GenericAlloc(&RepeatedCompositeContainer_Type, 0)); in NewContainer()571 PyTypeObject RepeatedCompositeContainer_Type = { variable
2915 if (PyType_Ready(&RepeatedCompositeContainer_Type) < 0) { in CheckAndGetInteger()2922 &RepeatedCompositeContainer_Type)); in CheckAndGetInteger()2941 &RepeatedCompositeContainer_Type)) == NULL) { in CheckAndGetInteger()