update packages
This commit is contained in:
7
lisp/yasnippet-snippets/snippets/python-mode/__complex__
Normal file
7
lisp/yasnippet-snippets/snippets/python-mode/__complex__
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __complex__
|
||||
# key: _complex
|
||||
# group: Special methods
|
||||
# --
|
||||
def __complex__(self):
|
||||
return $0
|
||||
Reference in New Issue
Block a user