Merge lp:~spud/spud/python-clear-options into lp:spud
Proposed by
Nan Mao
Status: | Merged |
---|---|
Merged at revision: | 452 |
Proposed branch: | lp:~spud/spud/python-clear-options |
Merge into: | lp:spud |
Diff against target: |
72 lines (+26/-15) 1 file modified
python/libspud.c (+26/-15) |
To merge this branch: | bzr merge lp:~spud/spud/python-clear-options |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Florian Rathgeber | Approve | ||
Review via email:
|
Description of the change
Frathgeber pointed out the function clear options were not available in libspud.c. Therefore, I added the function as requested. Regards.
To post a comment you must log in.
Looks good to me. Only point: the docstring is not ideal, how about "Clear the entire options tree."
On a related note: Could all the docstrings be updated to include the python method signature?