This website requires JavaScript.
Explore
Help
Sign In
tudattr
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
0f1b615115
dotfiles
/
.emacs.d
/
snippets
/
python-mode
/
try
8 lines
93 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name: try
# key: try
# --
try:
$1
except ${2:Exception}:
$0
Reference in New Issue
View Git Blame
Copy Permalink