Peano
Loading...
Searching...
No Matches
MSISEtoCSV Namespace Reference

Variables

list replacedLines = []
 
str replacedLine = ""
 
bool lastAlphaNum = True
 
str CSVFilename = splitext(argv[1])[0] + ".csv"
 

Variable Documentation

◆ CSVFilename

str MSISEtoCSV.CSVFilename = splitext(argv[1])[0] + ".csv"

Definition at line 24 of file MSISEtoCSV.py.

◆ lastAlphaNum

bool MSISEtoCSV.lastAlphaNum = True

Definition at line 12 of file MSISEtoCSV.py.

◆ replacedLine

str MSISEtoCSV.replacedLine = ""

Definition at line 11 of file MSISEtoCSV.py.

◆ replacedLines

list MSISEtoCSV.replacedLines = []

Definition at line 9 of file MSISEtoCSV.py.