Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Darraymodule.c1926 PyObject *typecode_obj; in make_array() local
1931 typecode_obj = PyUnicode_FromOrdinal(typecode); in make_array()
1932 if (typecode_obj == NULL) in make_array()
1937 Py_DECREF(typecode_obj); in make_array()
1941 PyTuple_SET_ITEM(new_args, 0, typecode_obj); in make_array()