Searched refs:StreamExhausted (Results 1 – 3 of 3) sorted by relevance
61 with self.assertRaises(exceptions.StreamExhausted) as e:63 with self.assertRaises(exceptions.StreamExhausted) as e:
73 raise exceptions.StreamExhausted(
166 class StreamExhausted(Error): class