Searched refs:WantWriteError (Results 1 – 4 of 4) sorted by relevance
19 :py:exc:`.SSL.WantWriteError`, :py:exc:`.SSL.WantX509LookupError` and
252 class WantWriteError(Error): class1543 raise WantWriteError()1750 raise WantWriteError()
198 .. py:exception:: WantWriteError
86 WantWriteError,2735 with pytest.raises(WantWriteError):