Variables | |
contents = rf.read(); | |
data = sys.argv | |
lines = contents.split('---') | |
string | name = data[4] + "_" + data[5] |
oi = open(data[2], "w") | |
rf = open(data[1], "rt") | |
service_splitter.contents = rf.read(); |
Definition at line 47 of file service_splitter.py.
service_splitter.data = sys.argv |
Definition at line 43 of file service_splitter.py.
service_splitter.lines = contents.split('---') |
Definition at line 48 of file service_splitter.py.
string service_splitter.name = data[4] + "_" + data[5] |
Definition at line 68 of file service_splitter.py.
service_splitter.oi = open(data[2], "w") |
Definition at line 53 of file service_splitter.py.
service_splitter.rf = open(data[1], "rt") |
Definition at line 46 of file service_splitter.py.