Searched refs:MatchValue (Results 1 – 10 of 10) sorted by relevance
1309 .. class:: MatchValue(value)1329 pattern=MatchValue(1383 MatchValue(1385 MatchValue(1415 MatchValue(1417 MatchValue(1513 MatchValue(1515 MatchValue(1531 MatchValue(1533 MatchValue([all …]
1496 pattern_1 = ast.MatchValue(constant_1)1499 pattern_x = ast.MatchValue(constant_x)1507 ast.MatchValue(1516 ast.MatchValue(1525 ast.MatchValue(1528 ast.MatchValue(1531 ast.MatchValue(
129 pattern = MatchValue(expr value)
571 } MatchValue; member
516 ret = validate_pattern_match_value(state, p->v.MatchValue.value); in validate_pattern()
808 CALL(astfold_expr, expr_ty, node_->v.MatchValue.value); in astfold_pattern()
1752 VISIT(st, expr, p->v.MatchValue.value); in symtable_visit_pattern()
3404 p->v.MatchValue.value = value; in _PyAST_MatchValue()5155 value = ast2obj_expr(state, o->v.MatchValue.value); in ast2obj_pattern()
6310 expr_ty value = p->v.MatchValue.value; in compiler_pattern_value()
236 Match patterns now use new dedicated AST nodes (``MatchValue``,