MCPcopy
hub / github.com/httprunner/httprunner / get_mapping_function

Method get_mapping_function

httprunner/parser.py:605–606  ·  view source on GitHub ↗
(self, func_name: Text)

Source from the content-addressed store, hash-verified

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)

Callers 1

validateMethod · 0.80

Calls 1

get_mapping_functionFunction · 0.85

Tested by

no test coverage detected