MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / verifyErrors

Method verifyErrors

service/market.py:201–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 currentToken = ''
200
201 def verifyErrors():
202 if squareLvl not in (0, 1):
203 raise RegexTokenizationError('Square braces level is {}'.format(squareLvl))
204 if roundLvl < 0:
205 raise RegexTokenizationError('Round braces level is {}'.format(roundLvl))
206
207 try:
208 for char in request:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected