Home
last modified time | relevance | path

Searched refs:HeapCTypeWithBuffer (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_capi.py480 inst = _testcapi.HeapCTypeWithBuffer()
/external/python/cpython3/Modules/
D_testcapimodule.c6925 PyObject *HeapCTypeWithBuffer = PyType_FromSpec(&HeapCTypeWithBuffer_spec); in PyInit__testcapi() local
6926 if (HeapCTypeWithBuffer == NULL) { in PyInit__testcapi()
6929 PyModule_AddObject(m, "HeapCTypeWithBuffer", HeapCTypeWithBuffer); in PyInit__testcapi()