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

Method ordered_scripts

modules/scripts.py:831–832  ·  view source on GitHub ↗
(self, method_name)

Source from the content-addressed store, hash-verified

829 def ordered_scripts(self, method_name):
830 return [x.callback for x in self.ordered_callbacks(method_name)]
831
832 def before_process(self, p):
833 for script in self.ordered_scripts('before_process'):
834 try:
835 script_args = p.script_args[script.args_from:script.args_to]

Callers 15

before_processMethod · 0.95
processMethod · 0.95
before_process_batchMethod · 0.95
process_batchMethod · 0.95
postprocessMethod · 0.95
postprocess_batchMethod · 0.95
post_sampleMethod · 0.95
on_mask_blendMethod · 0.95

Calls 1

ordered_callbacksMethod · 0.95

Tested by

no test coverage detected