MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / map_function

Method map_function

dev/scripts/examples/example_generator.py:625–629  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

623 fp.write(code)
624
625 def map_function(self, name):
626 if name in self.function_name_mapping:
627 return self.function_name_mapping[name]
628 else:
629 return name
630
631
632class Python(BaseParser):

Callers 6

dict2stringMethod · 0.80
dict2stringMethod · 0.80
dict2stringMethod · 0.80
dict2stringMethod · 0.80
dict2stringMethod · 0.80
dict2stringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected