Skip to content

Commit

Permalink
Merge pull request honza#340 from WnP/patch-1
Browse files Browse the repository at this point in the history
add def overloading method (dol)
  • Loading branch information
honza committed Apr 9, 2014
2 parents 9b6ee51 + fa6d71e commit 5db783d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snippets/python.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,6 @@ snippet epydoc

@raise e: ${0: Description}
"""
snippet dol
def ${1:__init__}(self, *args, **kwargs):
super(${0:ClassName}, self).$1(*args, **kwargs)

0 comments on commit 5db783d

Please sign in to comment.