MCPcopy Create free account
hub / github.com/DenOfEquity/ersatzForge / postprocess

Method postprocess

modules/scripts.py:286–292  ·  view source on GitHub ↗

This function is called after processing ends for AlwaysVisible scripts. args contains all values returned by components from ui()

(self, p, processed, *args)

Source from the content-addressed store, hash-verified

284 pass
285
286 def postprocess(self, p, processed, *args):
287 """
288 This function is called after processing ends for AlwaysVisible scripts.
289 args contains all values returned by components from ui()
290 """
291
292 pass
293
294 def before_component(self, component, **kwargs):
295 """

Callers 2

postprocessMethod · 0.45
process_images_innerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected