Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py665 inst = _testcapi.HeapCTypeWithNegativeDict()
671 inst = _testcapi.HeapCTypeWithNegativeDict()
/third_party/python/Modules/
H A D_testcapimodule.c7748 "_testcapi.HeapCTypeWithNegativeDict",
8184 PyObject *HeapCTypeWithNegativeDict = PyType_FromSpec(&HeapCTypeWithNegativeDict_spec); in PyInit__testcapi() local
8185 if (HeapCTypeWithNegativeDict == NULL) { in PyInit__testcapi()
8188 PyModule_AddObject(m, "HeapCTypeWithNegativeDict", HeapCTypeWithNegativeDict); in PyInit__testcapi()

Completed in 13 milliseconds