(self, func_name: Text)
| 603 | return parse_data(raw_data, variables_mapping, self.functions_mapping) |
| 604 | |
| 605 | def get_mapping_function(self, func_name: Text) -> Callable: |
| 606 | return get_mapping_function(func_name, self.functions_mapping) |
no test coverage detected