MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / get_coding_time_pattern

Method get_coding_time_pattern

Test/testlib/encoder.py:198–207  ·  view source on GitHub ↗

Get the regex pattern to match the coding compression time. Return: The regex pattern.

(self)

Source from the content-addressed store, hash-verified

196 return re.compile('^(?!x)x$')
197
198 def get_coding_time_pattern(self) -> re.Pattern:
199 '''
200 Get the regex pattern to match the coding compression time.
201
202 Return:
203 The regex pattern.
204 '''
205 # pylint: disable=unused-argument,redundant-returns-doc
206 assert False, 'Missing subclass implementation'
207 return re.compile('^(?!x)x$')
208
209 def get_coding_rate_pattern(self) -> re.Pattern:
210 '''

Callers 1

parse_outputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected