Lines Matching defs:list
1188 PyObject *list;
1290 int res = PyList_Append(get_traces->list, tuple);
1331 Return a list of (size: int, traceback: tuple) tuples.
1334 Return an empty list if the tracemalloc module is disabled.
1346 get_traces.list = PyList_New(0);
1347 if (get_traces.list == NULL)
1351 return get_traces.list;
1381 // Convert traces to a list of tuples
1402 Py_CLEAR(get_traces.list);
1415 return get_traces.list;