MCPcopy
hub / github.com/tornadoweb/tornado / _release_fetch

Method _release_fetch

tornado/simple_httpclient.py:219–221  ·  view source on GitHub ↗
(self, key: object)

Source from the content-addressed store, hash-verified

217 )
218
219 def _release_fetch(self, key: object) -> None:
220 del self.active[key]
221 self._process_queue()
222
223 def _remove_timeout(self, key: object) -> None:
224 if key in self.waiting:

Callers

nothing calls this directly

Calls 1

_process_queueMethod · 0.95

Tested by

no test coverage detected