class documentation

class AbstractContextAdapter(HasTraits): (source)

View In Hierarchy

Undocumented

Method __delitem__ Undocumented
Method __getitem__ Read a value out of the underlying context performing unit conversion as necessary.
Method __setitem__ Write a value into the underlying context.
Method has_key Undocumented
Method keys Undocumented
def __delitem__(self, name): (source)

Undocumented

def __getitem__(self, name): (source)

Read a value out of the underlying context performing unit conversion as necessary.

def __setitem__(self, name, value): (source)

Write a value into the underlying context.

def has_key(self, name): (source)

Undocumented

def keys(self): (source)

Undocumented