Home | History | Annotate | Download | only in asyncio

Lines Matching refs:resume_reading

535         resume_reading = transp.is_reading()
543 if resume_reading:
544 transp.resume_reading()
755 def resume_reading(self):