Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py474 inst = _testcapi.HeapCTypeWithWeakref()
/external/python/cpython3/Modules/
D_testcapimodule.c6919 PyObject *HeapCTypeWithWeakref = PyType_FromSpec(&HeapCTypeWithWeakref_spec); in PyInit__testcapi() local
6920 if (HeapCTypeWithWeakref == NULL) { in PyInit__testcapi()
6923 PyModule_AddObject(m, "HeapCTypeWithWeakref", HeapCTypeWithWeakref); in PyInit__testcapi()