pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions
DotDict Class Reference

Dictionary subclass that allows accessing keys via dot notation. More...

List of all members.

Public Member Functions

def __init__
def __getattr__

Detailed Description

Dictionary subclass that allows accessing keys via dot notation.

If the key is not present, an AttributeError is raised.


Constructor & Destructor Documentation

def __init__ (   self,
  args,
  kwargs 
)

Member Function Documentation

def __getattr__ (   self,
  att 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties