Home
last modified time | relevance | path

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

/tools/typed/
A Dexceptions.py21 def __init__(self, message, token, expecting=None, state=None): argument
27 self.expecting = expecting
36 if expecting:
37 message += '\nExpecting: %s\n' % expecting
43 def __init__(self, message, token, refs, expecting=None, state=None): argument
49 self.expecting = expecting
64 if expecting:
65 message += '\nExpecting: %s\n' % expecting

Completed in 9 milliseconds