Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Ddict.c43 dict_getitemstringref(PyObject *self, PyObject *args) in dict_getitemstringref() function
200 {"dict_getitemstringref", dict_getitemstringref, METH_VARARGS},
/external/python/cpython3/Lib/test/test_capi/
Dtest_dict.py178 getitemstring = _testcapi.dict_getitemstringref