Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py464 inst = _testcapi.HeapCTypeWithNegativeDict()
470 inst = _testcapi.HeapCTypeWithNegativeDict()
/external/python/cpython3/Modules/
D_testcapimodule.c6913 PyObject *HeapCTypeWithNegativeDict = PyType_FromSpec(&HeapCTypeWithNegativeDict_spec); in PyInit__testcapi() local
6914 if (HeapCTypeWithNegativeDict == NULL) { in PyInit__testcapi()
6917 PyModule_AddObject(m, "HeapCTypeWithNegativeDict", HeapCTypeWithNegativeDict); in PyInit__testcapi()