I hereby claim:
- I am rbpasker on github.
- I am rbpasker (https://keybase.io/rbpasker) on keybase.
- I have a public key whose fingerprint is 436F 0E40 E8DC 7756 B2F7 E99B B1F0 C48F 7A6C A8D3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| class Foo(object): | |
| def a(*args): | |
| return 'a', args | |
| def b(*args): | |
| return 'b', args | |
| def __init__(self): |