Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# go-defer
Go's defer for Python

Read about defer:
* http://blog.golang.org/defer-panic-and-recover
* https://gobyexample.com/defer

See it in action in ``demo.py``