MCPcopy Index your code
hub / github.com/apprenticeharper/DeDRM_tools / _assert

Function _assert

DeDRM_plugin/ion.py:96–98  ·  view source on GitHub ↗
(test, msg="Exception")

Source from the content-addressed store, hash-verified

94
95# asserts must always raise exceptions for proper functioning
96def _assert(test, msg="Exception"):
97 if not test:
98 raise Exception(msg)
99
100
101class SystemSymbols(object):

Callers 15

hasnextrawMethod · 0.85
stepinMethod · 0.85
stepoutMethod · 0.85
readMethod · 0.85
readtypeidMethod · 0.85
readvarintMethod · 0.85
readvaruintMethod · 0.85
readdecimalMethod · 0.85
parsesymboltableMethod · 0.85
readimportMethod · 0.85
intvalueMethod · 0.85
stringvalueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected