Home
last modified time | relevance | path

Searched refs:_Token (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py1360 class _Token(object): class
1400 _Token.tok_expr = re.compile(r'\s*([.\w]+(?:\*|:)?'
1416 for item in _Token.tok_expr.finditer(string):
1433 tok = _Token(item, item)
1435 tok = _Token('aux', item[1:], item)
1437 tok = _Token('label', item[0:-1], item)
1439 tok = _Token('word*', item[0:-1], item)
1445 tok = _Token('type', item[1:-1], item)
1447 tok = _Token('word', item)