Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmemoryobject.c1199 PyObject *asciifmt; in cast_to_1D() local
1210 asciifmt = PyUnicode_AsASCIIString(format); in cast_to_1D()
1211 if (asciifmt == NULL) in cast_to_1D()
1214 itemsize = get_native_fmtchar(&destchar, PyBytes_AS_STRING(asciifmt)); in cast_to_1D()
1234 view->format = (char *)get_native_fmtstr(PyBytes_AS_STRING(asciifmt)); in cast_to_1D()
1253 Py_DECREF(asciifmt); in cast_to_1D()