API Reference for Enthought Tool Suite 3.2.0
The base file related data source object from which all MayaVi data sources derive.
Given a file name, this function treats the file as a part of a series of files based on the index of the file and tries to determine the list of files in the series. The file name of a file in a time series must be of the form 'some_name[0-9]*.ext'. That is the integers at the end of the file determine what part of the time series the file belongs to. The files are then sorted as per this index.
| Local name | Refers to |
|---|---|
| FileEditor | enthought.traits.ui.editors.file_editor.FileEditor |
| FilePath | enthought.persistence.file_path.FilePath |
| glob | glob.glob |
| Group | enthought.traits.ui.group.Group |
| handle_children_state | enthought.mayavi.core.common.handle_children_state |
| Instance | enthought.traits.trait_types.Instance |
| Int | enthought.traits.trait_types.Int |
| isfile | os.path.isfile |
| Item | enthought.traits.ui.item.Item |
| join | os.path.join |
| List | enthought.traits.trait_types.List |
| Range | enthought.traits.trait_types.Range |
| re | re |
| set_state | enthought.persistence.state_pickler.set_state |
| Source | enthought.mayavi.core.source.Source |
| split | os.path.split |
| Str | enthought.traits.trait_types.Str |
© Copyright 2002-2009 Enthought, Inc.