Searched refs:HeapCTypeWithDict (Results 1 – 2 of 2) sorted by relevance
454 inst = _testcapi.HeapCTypeWithDict()460 inst = _testcapi.HeapCTypeWithDict()
6907 PyObject *HeapCTypeWithDict = PyType_FromSpec(&HeapCTypeWithDict_spec); in PyInit__testcapi() local6908 if (HeapCTypeWithDict == NULL) { in PyInit__testcapi()6911 PyModule_AddObject(m, "HeapCTypeWithDict", HeapCTypeWithDict); in PyInit__testcapi()