Merge lp://staging/~greatred/python-snippets/core-snippets into lp://staging/~jonobacon/python-snippets/trunk
Proposed by
John Beisley
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~greatred/python-snippets/core-snippets |
Merge into: | lp://staging/~jonobacon/python-snippets/trunk |
Diff against target: |
112 lines (+108/-0) 1 file modified
pythoncore/func_decorator.py (+108/-0) |
To merge this branch: | bzr merge lp://staging/~greatred/python-snippets/core-snippets |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Akkana Peck (community) | Approve | ||
Jono Bacon | Pending | ||
Review via email: mp+24457@code.staging.launchpad.net |
Description of the change
Added snippet demonstrating three examples of function decorators in Python.
To post a comment you must log in.
Unmerged revisions
- 100. By John Beisley <huin@pippin>
-
Added examples of function decorators.
Looks good! Thanks for the contribution. I've just been asked to take over python-snippets, and this will be my first check-in as soon as I figure out how to get bzr to retain your authorship of the snippet.