MCPcopy
hub / github.com/django/django / clear

Method clear

django/tasks/backends/dummy.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 raise TaskResultDoesNotExist(result_id) from None
62
63 def clear(self):
64 self.results.clear()

Callers 2

_pre_setupMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by 1

_pre_setupMethod · 0.36