Home | Trees | Indices | Help |
---|
|
1 from Ganga.GPIDev.Base import GangaObject 2 from Ganga.GPIDev.Schema import * 3 4 # Dataset class represents the empty dataset and is a base class for specific, non-empty datasets. 5 # 6 # Derived dataset classes may be freely defined and may be either specific to applications or more generic. 7 # The schema and internal interface is a convention between the dataset provider and the application provider. 8 # 9 # Applications are encouraged to test and handle empty datasets with the isEmpty() method. 10 23 24 # 25 # 26 # 27 # $Log: not supported by cvs2svn $ 28 # Revision 1.2 2005/08/10 14:35:57 andrew 29 # Bugfix, wrong object used in return statement 30 # 31 # 32 # 33
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:25 2012 | http://epydoc.sourceforge.net |