Searched refs:expecting (Results 1 – 1 of 1) sorted by relevance
21 def __init__(self, message, token, expecting=None, state=None): argument27 self.expecting = expecting36 if expecting:37 message += '\nExpecting: %s\n' % expecting43 def __init__(self, message, token, refs, expecting=None, state=None): argument49 self.expecting = expecting64 if expecting:65 message += '\nExpecting: %s\n' % expecting
Completed in 9 milliseconds