API Reference for Enthought Tool Suite 3.2.0
Shortcuts:
cb = wx.TheClipboard
clipboard = Clipboard()
FileFormat = wx.DataFormat(wx.DF_FILENAME)
is_supported = cb.IsSupported
Data formats:
PythonObjectFormat = wx.CustomDataFormat('PythonObject')
Standard sequence types:
SequenceTypes = (list, tuple)
TextFormat = wx.DataFormat(wx.DF_TEXT)
| Local name | Refers to |
|---|---|
| dumps | cPickle.dumps |
| HasStrictTraits | enthought.traits.has_traits.HasStrictTraits |
| load | cPickle.load |
| loads | cPickle.loads |
| Property | enthought.traits.traits.Property |
| StringIO | cStringIO.StringIO |
| wx | wx |
© Copyright 2002-2009 Enthought, Inc.