MCPcopy Create free account
hub / github.com/antfu/sd-webui-qrcode-toolkit / title

Method title

scripts/interface.py:6–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class Script(scripts.Script):
6 def title(self):
7 return "Anthony's QR Toolkit"
8
9 def show(self, is_img2img):
10 return scripts.AlwaysVisible

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected