예제 #1
0
 private static void AssertNoExpr(PythonAstAndSource astAndSource, int line, int column)
 {
     AssertNoExpr(astAndSource, line, column, line, column);
 }
 private static void AssertExpr(PythonAstAndSource astAndSource, int line, int column, string expected)
 {
     AssertExpr(astAndSource, line, column, line, column, expected);
 }