Searched refs:PyByteArray_Type (Results 1 – 8 of 8) sorted by relevance
31 PyAPI_DATA(PyTypeObject) PyByteArray_Type;35 #define PyByteArray_Check(self) PyObject_TypeCheck(self, &PyByteArray_Type)36 #define PyByteArray_CheckExact(self) (Py_TYPE(self) == &PyByteArray_Type)
163 return PyObject_CallFunctionObjArgs((PyObject *)&PyByteArray_Type, in PyByteArray_FromObject()179 new = PyObject_New(PyByteArrayObject, &PyByteArray_Type); in PyByteArray_FromStringAndSize()2893 PyTypeObject PyByteArray_Type = { variable
2089 if (PyType_Ready(&PyByteArray_Type) < 0) in _Py_ReadyTypes()
163 return PyObject_CallFunctionObjArgs((PyObject *)&PyByteArray_Type, in PyByteArray_FromObject()179 new = PyObject_New(PyByteArrayObject, &PyByteArray_Type); in PyByteArray_FromStringAndSize()2885 PyTypeObject PyByteArray_Type = { variable
2082 if (PyType_Ready(&PyByteArray_Type) < 0) in _Py_ReadyTypes()
2702 SETBUILTIN("bytearray", &PyByteArray_Type); in _PyBuiltin_Init()
2691 SETBUILTIN("bytearray", &PyByteArray_Type); in _PyBuiltin_Init()