Merge pull request #340 from WnP/patch-1
add def overloading method (dol)
This commit is contained in:
commit
5db783d7f1
@ -201,3 +201,6 @@ snippet epydoc
|
|||||||
|
|
||||||
@raise e: ${0: Description}
|
@raise e: ${0: Description}
|
||||||
"""
|
"""
|
||||||
|
snippet dol
|
||||||
|
def ${1:__init__}(self, *args, **kwargs):
|
||||||
|
super(${0:ClassName}, self).$1(*args, **kwargs)
|
||||||
|
Loading…
Reference in New Issue
Block a user