Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/
Dtuple.c39 tuple_set_item(PyObject *Py_UNUSED(module), PyObject *args) in tuple_set_item() function
110 {"tuple_set_item", tuple_set_item, METH_VARARGS},
/external/python/cpython3/Lib/test/test_capi/
Dtest_tuple.py203 set_item = _testcapi.tuple_set_item