MCPcopy Create free account
hub / github.com/CiaraStrawberry/TemporalKit / title

Method title

scripts/TemporalKitImg2ImgTab.py:36–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34class Script(scripts.Script):
35 global button
36 def title(self):
37 return "TemporalKit"
38
39 def show(self, is_img2img):
40 if is_img2img:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected