Skip to content

Instantly share code, notes, and snippets.

@inclement
Last active August 29, 2015 14:26
Show Gist options
  • Select an option

  • Save inclement/5c2649d9332d824c4707 to your computer and use it in GitHub Desktop.

Select an option

Save inclement/5c2649d9332d824c4707 to your computer and use it in GitHub Desktop.
In [1]: class Test(object):
...: def raіse(self):
...: print('yay')
...:
In [2]: t = Test()
In [3]: t.raіse()
yay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment