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

Method get_encoding_process

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

Source from the content-addressed store, hash-verified

50
51
52 def get_encoding_process(self, name):
53 if 'encode' in name:
54 return 'Compression'
55 else:
56 return 'Decompression'
57
58
59 def get_fused_process(self, name):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected