Searched defs:segment_str (Results 1 – 1 of 1) sorted by relevance
604 extract_anchors_from_expr(const char *segment_str, expr_ty expr, Py_ssize_t *left_anchor, Py_ssize_… in extract_anchors_from_expr()646 extract_anchors_from_stmt(const char *segment_str, stmt_ty statement, Py_ssize_t *left_anchor, Py_s… in extract_anchors_from_stmt()672 const char *segment_str = PyUnicode_AsUTF8(segment); in extract_anchors_from_line() local