Ticket #9111 (new)
Pythonic Algorithm Usage
Reported by: | Owen Arnold | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Some users are now getting confused by the v2 Python API, because it suggests that It will act like python functions, but does not to.
For example:
cloned = CloneWorkspace(GroupWorkspace(['a', 'b']))
Will fail because there is no OutputWorkspace property set for GroupWorkspace. This would work with python functions.
Change History
comment:1 Changed 7 years ago by Nick Draper
- Owner changed from Anyone to Martyn Gigg
- Status changed from new to infoneeded
comment:2 Changed 7 years ago by Owen Arnold
- Priority changed from critical to major
Changed to major rather than critical. We are almost there with the python v2 syntax. It would be great to finish this rather than have to explain the caveats for users as I had to do today.
Note: See
TracTickets for help on using
tickets.
Martyn,
Is this possible or realistic?
Question for Owen Later, Is this really critical?