API Reference for Enthought Tool Suite 3.2.0
Implements a wrapper around the PyQt clipboard that handles Python objects using pickle.
clipboard = _Clipboard()
| Local name | Refers to |
|---|---|
| dumps | cPickle.dumps |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Instance | enthought.traits.trait_types.Instance |
| load | cPickle.load |
| loads | cPickle.loads |
| Property | enthought.traits.traits.Property |
| QtCore | PyQt4.QtCore |
| QtGui | PyQt4.QtGui |
| StringIO | cStringIO.StringIO |
© Copyright 2002-2009 Enthought, Inc.