CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Variables
csvReporter.py File Reference

Go to the source code of this file.

Classes

class  csvReporter.csvReporter
 

Namespaces

 csvReporter
 

Variables

list csvReporter.data = [1,2,'a']
 
list csvReporter.delivered = [['run','deliveredls','delivered'],[1234,23445,123.456],[2348,20,8893.0]]
 
list csvReporter.fieldnames = ['t1','t2','t3']
 
string csvReporter.filename = 'testwrite.csv'
 
tuple csvReporter.r = csvReporter(filename,dialect='excel',delimiter=',')