cs95
Results
1
comments of
cs95
Fix with `if idxiter is None:` Don't use `==` comparisons when testing for nullity, use `is` instead, it's safer and faster.