Changeset 2221
- Timestamp:
- 01/03/07 10:02:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/API/ops_FileExtract.py
r2220 r2221 15 15 16 16 def setup(self): 17 #print self.data18 #print type(self.data)19 #self.dataArray=Numeric.array(self.data)20 17 try: 21 18 self.dataArray=Numeric.array(self.data) … … 23 20 self.dataArray=self.data.tolist() 24 21 self.dataArray=Numeric.array(self.dataArray) 25 26 print 27 22 28 23 def testmethod(self): 29 24 print 'testmethod for AbstractFileExtract feature'
Note: See TracChangeset
for help on using the changeset viewer.