API Reference for Enthought Tool Suite 3.2.0

A context which can be used for executing code in.

The __*item__ methods are the minimal methods necessary for execution. They, plus keys(), form the minimal set of methods that need to be implemented for UserDict.DictMixin to provide the rest of the dictionary interface.

__contains__ is added to the interface because it is too useful to omit.

Note that __setitem__ can raise a ValueError.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

© Copyright 2002-2009 Enthought, Inc.