Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyga/go-defer
Go's defer for Python
https://github.com/zyga/go-defer
Last synced: 2 days ago
JSON representation
Go's defer for Python
- Host: GitHub
- URL: https://github.com/zyga/go-defer
- Owner: zyga
- License: other
- Created: 2015-11-26T11:44:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:45:45.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T09:53:43.715Z (11 days ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# go-defer
Go's defer for PythonRead about defer:
* http://blog.golang.org/defer-panic-and-recover
* https://gobyexample.com/deferSee it in action in ``demo.py``