Home
last modified time | relevance | path

Searched defs:TokenError (Results 1 – 3 of 3) sorted by relevance

/third_party/parse5/test/utils/
Dgenerate-tokenization-tests.ts10 interface TokenError { interface
/third_party/python/Lib/lib2to3/pgen2/
Dtokenize.py138 class TokenError(Exception): pass class
/third_party/python/Lib/
Dtokenize.py159 class TokenError(Exception): pass class