Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dmemoryobject.c1197 PyObject *asciifmt; in cast_to_1D() local
1208 asciifmt = PyUnicode_AsASCIIString(format); in cast_to_1D()
1209 if (asciifmt == NULL) in cast_to_1D()
1212 itemsize = get_native_fmtchar(&destchar, PyBytes_AS_STRING(asciifmt)); in cast_to_1D()
1232 view->format = (char *)get_native_fmtstr(PyBytes_AS_STRING(asciifmt)); in cast_to_1D()
1251 Py_DECREF(asciifmt); in cast_to_1D()

Completed in 5 milliseconds