Home
last modified time | relevance | path

Searched refs:PyBuffer_SizeFromFormat (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dabstract.h279 PyAPI_FUNC(Py_ssize_t) PyBuffer_SizeFromFormat(const char *format);
/third_party/python/Doc/c-api/
Dbuffer.rst465 .. c:function:: Py_ssize_t PyBuffer_SizeFromFormat(const char *format)
/third_party/python/Objects/
Dabstract.c525 PyBuffer_SizeFromFormat(const char *format) in PyBuffer_SizeFromFormat() function
/third_party/python/Modules/
D_testcapimodule.c3589 result = PyBuffer_SizeFromFormat(format); in test_PyBuffer_SizeFromFormat()
/third_party/python/Lib/test/
Dtest_buffer.py4429 self.assertEqual(_testcapi.PyBuffer_SizeFromFormat(format),
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst953 Implement :c:func:`PyBuffer_SizeFromFormat()` function (previously