Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_struct.c1372 PyObject *o_format = NULL; in s_init() local
1379 &o_format)) in s_init()
1382 if (PyString_Check(o_format)) { in s_init()
1383 Py_INCREF(o_format); in s_init()
1384 Py_XSETREF(soself->s_format, o_format); in s_init()
1386 else if (PyUnicode_Check(o_format)) { in s_init()
1387 PyObject *str = PyUnicode_AsEncodedString(o_format, "ascii", NULL); in s_init()
1395 Py_TYPE(o_format)->tp_name); in s_init()