MCPcopy Index your code
hub / github.com/AUTOMATIC1111/stable-diffusion-webui / after_component

Method after_component

modules/scripts.py:300–305  ·  view source on GitHub ↗

Called after a component is created. Same as above.

(self, component, **kwargs)

Source from the content-addressed store, hash-verified

298 pass
299
300 def after_component(self, component, **kwargs):
301 """
302 Called after a component is created. Same as above.
303 """
304
305 pass
306
307 def on_before_component(self, callback, *, elem_id):
308 """

Callers 3

IOComponent_initFunction · 0.45
BlockContext_initFunction · 0.45
after_componentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected