Namespaces | Variables

biopreparedata.py File Reference

Namespaces

namespace  biopreparedata

Variables

string biopreparedata::replaceBlanksBy = '_'
string biopreparedata::stringDelimiters = '"'
string biopreparedata::comma = ','
string biopreparedata::defaultCoding = '99999'
tuple biopreparedata::filename = str(sys.argv[1])
tuple biopreparedata::f = open(str(sys.argv[1]), 'r')
string biopreparedata::legend_filename = 'legend_'
string biopreparedata::data_filename = 'biogeme_'
int biopreparedata::first = 1
list biopreparedata::entries = []
dictionary biopreparedata::columns = {}
int biopreparedata::rowNumber = 1
int biopreparedata::error = 0
tuple biopreparedata::firstRow = line.rstrip()
tuple biopreparedata::datafirstRow = firstRow.split(comma)
tuple biopreparedata::cleanedRow = line.rstrip()
tuple biopreparedata::row = cleanedRow.split(comma)
list biopreparedata::stringColumns = [0 for i in range(len(entries[0]))]
tuple biopreparedata::y = float(x)
dictionary biopreparedata::coltranslate = {}
tuple biopreparedata::t = set()
int biopreparedata::code = 0
tuple biopreparedata::b = open(data_filename,'w')
tuple biopreparedata::l = open(legend_filename,'w')
 All Classes Namespaces Files Functions Variables