MCPcopy Index your code
hub / github.com/wagtail/wagtail / _do_processing

Method _do_processing

wagtail/coreutils.py:475–480  ·  view source on GitHub ↗

To be overridden by subclasses to do whatever it is that needs to be done to the items in ``self.items``.

(self)

Source from the content-addressed store, hash-verified

473 pass
474
475 def _do_processing(self):
476 """
477 To be overridden by subclasses to do whatever it is
478 that needs to be done to the items in ``self.items``.
479 """
480 raise NotImplementedError
481
482 def post_process(self):
483 """

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected