Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wagtail/wagtail
/ process
Method
process
wagtail/coreutils.py:462–466 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
460
self.add(item)
461
462
def
process(self):
463
self.pre_process()
464
self._do_processing()
465
self.post_process()
466
self.items.clear()
467
468
def
pre_process(self):
469
""
"
Callers
2
add
Method · 0.95
add
Method · 0.45
Calls
4
pre_process
Method · 0.95
_do_processing
Method · 0.95
post_process
Method · 0.95
clear
Method · 0.45
Tested by
no test coverage detected