MCPcopy
hub / github.com/benoitc/gunicorn / pause_writing

Method pause_writing

gunicorn/asgi/protocol.py:114–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 self._transport.resume_reading()
113
114 def pause_writing(self):
115 if not self.write_paused:
116 self.write_paused = True
117 self._is_writable_event.clear()
118
119 def resume_writing(self):
120 if self.write_paused:

Callers 1

pause_writingMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected