Searched refs:obj2ast_slice (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 974 static int obj2ast_slice(PyObject* obj, slice_ty* out, PyArena* arena); 5747 res = obj2ast_slice(tmp, &slice, arena); in obj2ast_expr() 5986 obj2ast_slice(PyObject* obj, slice_ty* out, PyArena* arena) in obj2ast_slice() function 6074 res = obj2ast_slice(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_slice()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1175 static int obj2ast_slice(PyObject* obj, slice_ty* out, PyArena* arena); 6916 res = obj2ast_slice(tmp, &slice, arena); in obj2ast_expr() 7189 obj2ast_slice(PyObject* obj, slice_ty* out, PyArena* arena) in obj2ast_slice() function 7278 res = obj2ast_slice(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_slice()
|