Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpybuffer.h55 PyAPI_FUNC(Py_ssize_t) PyBuffer_SizeFromFormat(const char *format);
/external/python/cpython3/PC/
Dpython3dll.c107 EXPORT_FUNC(PyBuffer_SizeFromFormat)
/external/python/cpython3/Doc/data/
Dstable_abi.dat20 func,PyBuffer_SizeFromFormat,3.11,,
Dpython3.13.abi24 …<elf-symbol name='PyBuffer_SizeFromFormat' type='func-type' binding='global-binding' visibility='d…
4380PyBuffer_SizeFromFormat' mangled-name='PyBuffer_SizeFromFormat' filepath='Objects/abstract.c' line…
/external/python/cpython3/Doc/c-api/
Dbuffer.rst477 .. c:function:: Py_ssize_t PyBuffer_SizeFromFormat(const char *format)
/external/python/cpython3/Objects/
Dabstract.c579 PyBuffer_SizeFromFormat(const char *format) in PyBuffer_SizeFromFormat() function
/external/python/cpython3/Misc/
Dstable_abi.toml2278 [function.PyBuffer_SizeFromFormat]
/external/python/cpython3/Modules/
D_testcapimodule.c1400 RETURN_SIZE(PyBuffer_SizeFromFormat(format)); in test_PyBuffer_SizeFromFormat()
/external/python/cpython3/Doc/whatsnew/
D3.11.rst2234 * :c:func:`PyBuffer_SizeFromFormat`
/external/python/cpython3/Lib/test/
Dtest_buffer.py4454 self.assertEqual(_testcapi.PyBuffer_SizeFromFormat(format),
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst953 Implement :c:func:`PyBuffer_SizeFromFormat()` function (previously