MCPcopy Create free account
hub / github.com/cwida/ALP / map_encoding_name

Method map_encoding_name

publication/plotter/plot_maker.py:34–37  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

32 return name
33
34 def map_encoding_name(self, name):
35 if name in ENCODINGS_MAPPING:
36 return ENCODINGS_MAPPING[name]
37 return name
38
39 def clean_end_to_end_file(self, file_path):
40 with open(file_path, 'r') as file:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected