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
  4. Oct 01, 2020
    • Frank Winklmeier's avatar
      DataHandle: Improve python class · 46da9603
      Frank Winklmeier authored
      - add support for `isCondition` flag
      - add mode, type and isCondition values to option representation
      - make `setstate`/`getstate` generic
      - improve unit test coverage
      46da9603
  5. Sep 30, 2020
    • Frank Winklmeier's avatar
      Change DataObjectHandleProperty to DataHandleProperty · e2731419
      Frank Winklmeier authored
      Move the property declaration of data handles one level lower in the
      inheritance hierarchy, i.e. from `DataObjectHandleBase` to `DataHandle`. The
      only user-visible change should be the change in type of the python
      configurable class from `DataObjectHandleBase` to `DataHandle`. This change
      will allow other types of handles (e.g. in ATLAS) to profit from the
      python type information.
      e2731419
  6. Dec 14, 2019
  7. Sep 20, 2019
  8. Mar 06, 2019
  9. Feb 14, 2019
  10. Feb 01, 2019
  11. Oct 04, 2018
  12. Apr 12, 2018
  13. Sep 26, 2017
  14. Jul 08, 2016
Loading