1172
1174
lines = text[len(format_string):].splitlines()
1174
1176
for lineno, line in enumerate(lines):
1175
(necessity, command, feature) = line.split(" ", 2)
1187
1182
"""Return the string representation of this format.
1189
1184
lines = [self.get_format_string()]
1191
1186
self.features.iteritems()])