Ticket #41 (new enhancement)
Provide return value policy in doc strings
| Reported by: | artem | Owned by: | artemp |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.0 |
| Component: | Boost.Python Binding | Version: | SVN Trunk |
| Severity: | Normal | Keywords: | find_style |
| Cc: | Patch Needs Improvement: | ||
| Needs Docmentation: | Has Patch?: | ||
| Design Decision Needed: |
Description
Some methods e.g:
style = m.find_style('My Style')
returns a copy of an object while others might reference existing object. We need to provide doc strings to clearly state 'return value policy'
Change History
Note: See
TracTickets for help on using
tickets.
