Searched refs:ast_for_slice (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 1517 ast_for_slice(struct compiling *c, const node *n) in ast_for_slice() function 1677 slice_ty slc = ast_for_slice(c, CHILD(n, 0)); in ast_for_trailer() 1697 slc = ast_for_slice(c, CHILD(n, j)); in ast_for_trailer()
|
/external/python/cpython3/Python/ |
D | ast.c | 2233 ast_for_slice(struct compiling *c, const node *n) in ast_for_slice() function 2376 slice_ty slc = ast_for_slice(c, CHILD(n, 0)); in ast_for_trailer() 2396 slc = ast_for_slice(c, CHILD(n, j)); in ast_for_trailer()
|