Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_json.c2258 static PyObject *close_array = NULL; in encoder_listencode_list() local
2264 if (open_array == NULL || close_array == NULL || empty_array == NULL) { in encoder_listencode_list()
2266 close_array = PyString_InternFromString("]"); in encoder_listencode_list()
2268 if (open_array == NULL || close_array == NULL || empty_array == NULL) in encoder_listencode_list()
2329 if (PyList_Append(rval, close_array)) in encoder_listencode_list()