pyrax
Python Bindings for the Rackspace Cloud
|
Dictionary subclass that allows accessing keys via dot notation. More...
Public Member Functions | |
def | __init__ |
def | __getattr__ |
Dictionary subclass that allows accessing keys via dot notation.
If the key is not present, an AttributeError is raised.
def __init__ | ( | self, | |
args, | |||
kwargs | |||
) |
def __getattr__ | ( | self, | |
att | |||
) |