Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py739 for cls in (_testcapi.HeapCTypeWithDict, _testcapi.HeapCTypeWithDict2,
741 for cls2 in (_testcapi.HeapCTypeWithDict, _testcapi.HeapCTypeWithDict2,
/third_party/python/Modules/
H A D_testcapimodule.c7727 "_testcapi.HeapCTypeWithDict2",
8178 PyObject *HeapCTypeWithDict2 = PyType_FromSpec(&HeapCTypeWithDict2_spec); in PyInit__testcapi() local
8179 if (HeapCTypeWithDict2 == NULL) { in PyInit__testcapi()
8182 PyModule_AddObject(m, "HeapCTypeWithDict2", HeapCTypeWithDict2); in PyInit__testcapi()

Completed in 17 milliseconds