MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / t_error

Function t_error

SLiCAP/SLiCAPlex.py:211–214  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

209
210# Error handling rule
211def t_error(t):
212 t.lexer.errCount += 1
213 _printError("Error: illegal character.", t)
214 t.lexer.skip(1)
215
216def _replaceScaleFactors(txt):
217 """

Callers

nothing calls this directly

Calls 1

_printErrorFunction · 0.85

Tested by

no test coverage detected