Skip to content

Instantly share code, notes, and snippets.

View aa403's full-sized avatar
🌒
phoenixing

aa403

🌒
phoenixing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am aa403 on github.
  • I am aa403 (https://keybase.io/aa403) on keybase.
  • I have a public key ASACDccHulKGYnwAEBZINlqI_pDtcRxLJMb44WWzLm55PQo

To claim this, I am signing this object:

import collections
class DictProxy(collections.Mapping):
"""
A proxy for a dictionary that allows attribute access to underlying keys.
You may pass a custom ``wrapper`` to override the logic for wrapping
various custom types.
"""