Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lifeisadance
on Dec 13, 2014
|
parent
|
context
|
favorite
| on:
Show HN: Addict – a Python dict whos values can be...
Aaron Swartz did something like this years ago, except it's ultra simple and doesn't include any of the weird recursive stuff, in his web.py: the Storage class.
https://github.com/webpy/webpy/blob/master/web/utils.py#L52
mewwts
on Dec 13, 2014
|
next
[–]
Cool! I need the recursive stuff, though!
dgemm
on Dec 13, 2014
|
prev
[–]
Simpler:
class Storage: pass
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://github.com/webpy/webpy/blob/master/web/utils.py#L52