MCPcopy
hub / github.com/django/django / check

Method check

django/contrib/staticfiles/finders.py:23–27  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

21 """
22
23 def check(self, **kwargs):
24 raise NotImplementedError(
25 "subclasses may provide a check() method to verify the finder is "
26 "configured correctly."
27 )
28
29 def list(self, ignore_patterns):
30 """

Callers 2

check_findersFunction · 0.45

Calls

no outgoing calls