Searched refs:HeapCTypeWithBuffer (Results 1 – 2 of 2) sorted by relevance
480 inst = _testcapi.HeapCTypeWithBuffer()
6925 PyObject *HeapCTypeWithBuffer = PyType_FromSpec(&HeapCTypeWithBuffer_spec); in PyInit__testcapi() local6926 if (HeapCTypeWithBuffer == NULL) { in PyInit__testcapi()6929 PyModule_AddObject(m, "HeapCTypeWithBuffer", HeapCTypeWithBuffer); in PyInit__testcapi()