Variables | |
contents = rf.read(); | |
data = sys.argv | |
lines = contents.split('---') | |
string | name = data[4]+"_" |
oi = open(data[2], "wb") | |
rf = open(data[1], "rb") | |
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]+"_" |
Definition at line 68 of file service_splitter.py.
service_splitter.oi = open(data[2], "wb") |
Definition at line 53 of file service_splitter.py.
service_splitter.rf = open(data[1], "rb") |
Definition at line 46 of file service_splitter.py.