Add Python doc snippet.
This commit is contained in:
parent
24cce15ca9
commit
f7b14b8db2
@ -21,8 +21,6 @@ snippet dowh
|
|||||||
snippet with
|
snippet with
|
||||||
with ${1:expr} as ${2:var}:
|
with ${1:expr} as ${2:var}:
|
||||||
${3:# code...}
|
${3:# code...}
|
||||||
snippet for
|
|
||||||
for ${1:needle} in ${2:haystack}:
|
|
||||||
${3:# code...}
|
${3:# code...}
|
||||||
# New Class
|
# New Class
|
||||||
snippet cl
|
snippet cl
|
||||||
@ -123,3 +121,7 @@ snippet gpl
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
${3:#code}
|
${3:#code}
|
||||||
|
snippet "
|
||||||
|
"""
|
||||||
|
${1:doc}
|
||||||
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user