Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hacosta on github.
  • I am hacosta (https://keybase.io/hacosta) on keybase.
  • I have a public key whose fingerprint is 9D7D 294F F3F1 1DFD 0D2C 2874 0A70 A868 A436 11B8

To claim this, I am signing this object:

#!/usr/bin/python2
class Foo:
def __init__(self):
self.y = 4
@property
def x(self):
return 2 + 2