Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py681 inst = _testcapi.HeapCTypeWithBuffer()
/third_party/python/Modules/
H A D_testcapimodule.c7601 "_testcapi.HeapCTypeWithBuffer",
8196 PyObject *HeapCTypeWithBuffer = PyType_FromSpec(&HeapCTypeWithBuffer_spec); in PyInit__testcapi() local
8197 if (HeapCTypeWithBuffer == NULL) { in PyInit__testcapi()
8200 PyModule_AddObject(m, "HeapCTypeWithBuffer", HeapCTypeWithBuffer); in PyInit__testcapi()

Completed in 13 milliseconds