Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c231 test_lazy_hash_inheritance(PyObject* self) in test_lazy_hash_inheritance() function
2678 {"test_lazy_hash_inheritance", (PyCFunction)test_lazy_hash_inheritance,METH_NOARGS},
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c404 test_lazy_hash_inheritance(PyObject* self, PyObject *Py_UNUSED(ignored)) in test_lazy_hash_inheritance() function
6450 {"test_lazy_hash_inheritance", test_lazy_hash_inheritance,METH_NOARGS},