Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py454 inst = _testcapi.HeapCTypeWithDict()
460 inst = _testcapi.HeapCTypeWithDict()
/external/python/cpython3/Modules/
D_testcapimodule.c6907 PyObject *HeapCTypeWithDict = PyType_FromSpec(&HeapCTypeWithDict_spec); in PyInit__testcapi() local
6908 if (HeapCTypeWithDict == NULL) { in PyInit__testcapi()
6911 PyModule_AddObject(m, "HeapCTypeWithDict", HeapCTypeWithDict); in PyInit__testcapi()