Skip to content

Instantly share code, notes, and snippets.

@dchuvardynskyi
Created February 10, 2020 20:42
Show Gist options
  • Select an option

  • Save dchuvardynskyi/72b86b68ddf079ea49d2c87ecc7e59f9 to your computer and use it in GitHub Desktop.

Select an option

Save dchuvardynskyi/72b86b68ddf079ea49d2c87ecc7e59f9 to your computer and use it in GitHub Desktop.
Third Form decorator
def foo(arg1,arg2) @classmethod:
pass
def bar(low,high) @accepts(int,int),@returns(float):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment