- Nov 03, 2023
-
-
Frank Winklmeier authored
Fix the cleanup function and extend the test to `dict` and `list` proprties. Also migrate to `pytest` fixtures and exception handling.
-
- Dec 09, 2021
-
-
- Jan 11, 2021
-
-
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.
-
- Oct 01, 2020
-
-
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
-
- Sep 30, 2020
-
-
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.
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Sep 20, 2019
-
-
- Mar 06, 2019
-
-
- Feb 14, 2019
-
-
Alex Pearce authored
The forward compatible syntax from 2.6 plus is: except SomeException as err rather than except SomeException, err
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
- Oct 04, 2018
-
-
Rosen Matev authored
This helps the transition to data handles whenever we have the pattern `B.Input = A.Output` and `A.Output` is changed to a data handle and `B.Input` is still a string.
-
- Apr 12, 2018
-
-
Rosen Matev authored
Fixes gaudi/Gaudi#22
-
- Sep 26, 2017
-
-
Marco Clemencic authored
-
- Jul 08, 2016
-
-
Marco Clemencic authored
-