Searched refs:PyBuffer_SizeFromFormat (Results 1 – 6 of 6) sorted by relevance
279 PyAPI_FUNC(Py_ssize_t) PyBuffer_SizeFromFormat(const char *format);
465 .. c:function:: Py_ssize_t PyBuffer_SizeFromFormat(const char *format)
525 PyBuffer_SizeFromFormat(const char *format) in PyBuffer_SizeFromFormat() function
3589 result = PyBuffer_SizeFromFormat(format); in test_PyBuffer_SizeFromFormat()
4429 self.assertEqual(_testcapi.PyBuffer_SizeFromFormat(format),
953 Implement :c:func:`PyBuffer_SizeFromFormat()` function (previously