Example #1
0
 void cantBeNone(PythonTree e) {
   if (e.getText().equals("None")) {
     errorHandler.error("can't be None", e);
   }
 }