Skip to content
Snippets Groups Projects
  1. Jan 29, 2018
  2. Jan 24, 2018
  3. Jan 10, 2018
  4. Dec 29, 2017
  5. 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
  6. Nov 02, 2017
  7. Nov 01, 2017
  8. Oct 26, 2017
Loading