Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Jan 30, 2018
  3. Jan 29, 2018
  4. Jan 24, 2018
  5. Jan 10, 2018
  6. Dec 29, 2017
  7. Dec 27, 2017
    • Dave Shawley's avatar
      Results: add __bool__ method. · b4e63bd2
      Dave Shawley authored
      Python 3 dropped __nonzero__ in preference to __bool__.  The code was
      only working because they fall back to __len__ if __bool__ is not
      implemented.  This commit adds a __bool__ implementation that simply
      calls __nonzero__.
      b4e63bd2
  8. Nov 02, 2017
Loading