Ticket #1889 (closed: fixed)
Proxy object for Run in python
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
To make the sample logs a bit easier to access add a proxy object to mimic a dict in python for the sample logs.
Change History
comment:1 Changed 10 years ago by Peter Peterson
- Owner set to Peter Peterson
- Status changed from new to accepted
comment:2 Changed 10 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
comment:3 Changed 10 years ago by Martyn Gigg
- Status changed from verify to reopened
- Resolution fixed deleted
comment:4 Changed 10 years ago by Martyn Gigg
- Status changed from reopened to verify
- Resolution set to fixed
(In [7354]) Move the python proxy obect's delegation function to the base class where it should have been all along. Fixes a problem with the RunProxy not being able to call methods that are defined in the C++ class. Also added a deprecation warning to getSampleDetails to ask users to update to more sensible getRun instead. Fixes #1889
comment:5 Changed 10 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
Note: See
TracTickets for help on using
tickets.