Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c2363 PyObject *ascii_order; in get_ascii_order() local
2372 ascii_order = PyUnicode_AsASCIIString(order); in get_ascii_order()
2373 if (ascii_order == NULL) { in get_ascii_order()
2377 ord = PyBytes_AS_STRING(ascii_order)[0]; in get_ascii_order()
2378 Py_DECREF(ascii_order); in get_ascii_order()