MCPcopy Create free account
hub / github.com/comaps/comaps / through_functions

Method through_functions

tools/python/testlog_to_xml_converter.py:218–224  ·  view source on GitHub ↗
(self, *fns)

Source from the content-addressed store, hash-verified

216
217
218 def through_functions(self, *fns):
219 for param in self.iterable_param:
220 param = param.rstrip().decode('utf-8')
221
222 for fn in fns:
223 if fn(param):
224 break
225
226
227def string_after_prefix(line, prefix, end=None):

Callers 1

parse_log_fileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected