MCPcopy
hub / github.com/django/django / request_processed

Method request_processed

django/utils/autoreload.py:603–605  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

601 self.notify_file_changed(root_directory / file)
602
603 def request_processed(self, **kwargs):
604 logger.debug("Request processed. Setting update_watches event.")
605 self.processed_request.set()
606
607 def tick(self):
608 request_finished.connect(self.request_processed)

Callers

nothing calls this directly

Calls 2

debugMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected