Skip to content
  • Frank Winklmeier's avatar
    AccumulatorCache: code cleanup · ba2ff754
    Frank Winklmeier authored
    Purely code cleanup to make it more readable/maintainable:
     - introduce `NotHashable` exception to handle un-hashable function
       arguments rather than checking it beforehand
     - reduce excessive nesting by moving some if-checks
     - cleanup doc-strings
    ba2ff754