Ticket #1856 (closed: fixed)
Dictionary interface on algorithms in python
Reported by: | Peter Peterson | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
To improve the usability of the algorithms in python, implement the various bits of code necessary to make the objects follow the dictionary interface for accessing parameters from the returned . This will allow easier access to the parameters in the IAlgorithmProxy. The implementation should provide read only access to all of the values.
Change History
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 Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.