MCPcopy Create free account
hub / github.com/IENT/YUView / isCodingType

Function isCodingType

tools/standardTextToCode/codingType.py:11–16  ·  view source on GitHub ↗
(descriptor : str)

Source from the content-addressed store, hash-verified

9 SIGNED_EXP = auto() # se(v) - signed int with exp golomb coding
10
11def isCodingType(descriptor : str):
12 try:
13 CodingType(descriptor)
14 except:
15 return False
16 return True
17
18class CodingType():
19 def __init__(self, descriptor : str):

Callers

nothing calls this directly

Calls 1

CodingTypeClass · 0.85

Tested by

no test coverage detected