I hereby claim:
- I am chrlie on github.
- I am chrlie (https://keybase.io/chrlie) on keybase.
- I have a public key whose fingerprint is 4045 73E3 B3F3 6B53 03F3 2145 57D5 94A6 594A 29E5
To claim this, I am signing this object:
class Bookshelf(object): | |
def __init__(self, *books): | |
self.books = books | |
self.browsing = False | |
def __enter__(self): | |
if self.browsing: | |
raise Exception('already browsing') | |
self.browsing = True |
I hereby claim:
To claim this, I am signing this object: