Skip to content

Instantly share code, notes, and snippets.

@zefciu
Created September 11, 2013 08:43
Show Gist options
  • Save zefciu/6520923 to your computer and use it in GitHub Desktop.
Save zefciu/6520923 to your computer and use it in GitHub Desktop.
class Ozwmorde(BaseException):
"""O zesz w morde!"""
class Okurwa():
@property
def japierdole(self):
raise Ozwmorde()
if __name__ == '__main__':
print(hasattr(Okurwa(), 'japierdole'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment