I hereby claim:
- I am whit537 on github.
- I am whit537 (https://keybase.io/whit537) on keybase.
- I have a public key whose fingerprint is C328 C24F 685E 8D29 13C1 0A4C 6EE1 8A8D C479 77C2
To claim this, I am signing this object:
| """Here's how you implement Foo(pkid) with postgres.orm 2.1.x. | |
| Discovered at PyTennesse with @wlphoenix @PederSchacht et al. | |
| """ | |
| class Foo(Model): | |
| typname = 'foo' | |
| def __new__(cls, pkid_or_record): |
I hereby claim:
To claim this, I am signing this object:
| <div>Blah!</div> |
| #!/usr/bin/env python | |
| import json | |
| import sys | |
| # Set up directions. | |
| # ================== | |
| # a b c | |
| # d e | |
| # f g h |
| #!/usr/bin/env python | |
| from gittip import wireup | |
| db = wireup.db() | |
| names = open('affected.txt').read().splitlines() | |
| for name in names: |
| #!/usr/bin/env python | |
| import datetime | |
| from gittip import wireup | |
| db = wireup.db() | |
| names = open('affected-less.txt') |
| #!./env/bin/python | |
| import csv | |
| import sys | |
| from gittip import billing, wireup | |
| db = wireup.db() | |
| wireup.billing() |
| """Used when a person needed to go to Balanced to verify their merchant details | |
| they are redirected here after the fact. | |
| """ | |
| from aspen import Response | |
| from gittip import billing | |
| #=========================================================================== ^L | |
| if user.ANON: | |
| raise Response(404) |
| """Used when a person needed to go to Balanced to verify their merchant details | |
| they are redirected here after the fact. | |
| """ | |
| from aspen import Response | |
| from gittip import billing | |
| #=========================================================================== ^L | |
| if user.ANON: | |
| raise Response(404) |