Skip to content
Snippets Groups Projects
  1. Nov 03, 2023
  2. Dec 09, 2021
  3. Jan 11, 2021
    • Frank Winklmeier's avatar
      DataHandle: use all members for `==` and improve unit test · e14179cb
      Frank Winklmeier authored
      - Use all `DataHandle` members in the comparison operator.
      - Add `path` accessor for consistency with other members.
      - Make the class non-hashable also in Python2 (this is the default
        behavior in Python3).
      - Split DataHandle-specific unit tests into their own file and improve
        coverage.
      e14179cb
Loading