Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

singleton_comparison.txt 387B

12345
  1. singleton-comparison:4::Comparison to None should be 'expr is None'
  2. singleton-comparison:5::Comparison to True should be just 'expr' or 'expr is True'
  3. singleton-comparison:6::Comparison to False should be 'not expr' or 'expr is False'
  4. singleton-comparison:7::Comparison to True should be just 'expr' or 'expr is True'
  5. singleton-comparison:11::Comparison to None should be 'expr is None'