MCPcopy
hub / github.com/django/django / update_watches

Method update_watches

django/utils/autoreload.py:580–586  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

578 )
579
580 def update_watches(self):
581 try:
582 self._update_watches()
583 except Exception as ex:
584 # If the service is still available, raise the original exception.
585 if self.check_server_status(ex):
586 raise
587
588 def _check_subscription(self, sub):
589 subscription = self.client.getSubscription(sub)

Callers 2

tickMethod · 0.95

Calls 2

_update_watchesMethod · 0.95
check_server_statusMethod · 0.95

Tested by 1