Searched refs:PyBuffer_Type (Results 1 – 9 of 9) sorted by relevance
13 PyAPI_DATA(PyTypeObject) PyBuffer_Type;15 #define PyBuffer_Check(op) (Py_TYPE(op) == &PyBuffer_Type)
115 b = PyObject_NEW(PyBufferObject, &PyBuffer_Type); in buffer_from_memory()218 b = (PyBufferObject *) PyObject_INIT(o, &PyBuffer_Type); in PyBuffer_New()858 PyTypeObject PyBuffer_Type = { variable
2143 if (PyType_Ready(&PyBuffer_Type) < 0) in _Py_ReadyTypes()
479 PyBuffer_Type
159 || type == &PyString_Type || type == &PyUnicode_Type || type == &PyBuffer_Type) { in module_register_adapter()
369 .. c:var:: PyTypeObject PyBuffer_Type390 Return true if the argument has type :c:data:`PyBuffer_Type`.
1377 :c:type:`PyBuffer_Type` objects contain a single segment.
190 "PyBuffer_Type"
2726 SETBUILTIN("buffer", &PyBuffer_Type); in _PyBuiltin_Init()