Created
February 11, 2020 17:32
-
-
Save dchuvardynskyi/9e55ea0be2ac751f282af61f45e9ffca to your computer and use it in GitHub Desktop.
List syntax decorator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [classmethod] | |
| def foo(arg1,arg2): | |
| pass | |
| [accepts(int,int), returns(float)] | |
| def bar(low,high): | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment