Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py655 inst = _testcapi.HeapCTypeWithDict()
661 inst = _testcapi.HeapCTypeWithDict()
734 class Both1(_testcapi.HeapCTypeWithWeakref, _testcapi.HeapCTypeWithDict):
736 class Both2(_testcapi.HeapCTypeWithDict, _testcapi.HeapCTypeWithWeakref):
739 for cls in (_testcapi.HeapCTypeWithDict, _testcapi.HeapCTypeWithDict2,
741 for cls2 in (_testcapi.HeapCTypeWithDict, _testcapi.HeapCTypeWithDict2,
/third_party/python/Modules/
H A D_testcapimodule.c7719 "_testcapi.HeapCTypeWithDict",
8172 PyObject *HeapCTypeWithDict = PyType_FromSpec(&HeapCTypeWithDict_spec); in PyInit__testcapi() local
8173 if (HeapCTypeWithDict == NULL) { in PyInit__testcapi()
8176 PyModule_AddObject(m, "HeapCTypeWithDict", HeapCTypeWithDict); in PyInit__testcapi()

Completed in 20 milliseconds