Searched refs:RepeatedScalarContainer_Type (Results 1 – 3 of 3) sorted by relevance
87 extern PyTypeObject RepeatedScalarContainer_Type;
580 if (PyObject_TypeCheck(other, &RepeatedScalarContainer_Type)) { in RichCompare()667 PyType_GenericAlloc(&RepeatedScalarContainer_Type, 0)); in NewContainer()712 PyType_GenericAlloc(&RepeatedScalarContainer_Type, 0)); in DeepCopy()771 PyTypeObject RepeatedScalarContainer_Type = { variable
2910 if (PyType_Ready(&RepeatedScalarContainer_Type) < 0) { in CheckAndGetInteger()2916 &RepeatedScalarContainer_Type)); in CheckAndGetInteger()2939 &RepeatedScalarContainer_Type)) == NULL) { in CheckAndGetInteger()