MCPcopy
hub / github.com/AUTOMATIC1111/stable-diffusion-webui / ScriptWithDependencies

Class ScriptWithDependencies

modules/scripts.py:385–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384@dataclass
385class ScriptWithDependencies:
386 script_canonical_name: str
387 file: ScriptFile
388 requires: list
389 load_before: list
390 load_after: list
391
392
393def list_scripts(scriptdirname, extension, *, include_extensions=True):

Callers 1

list_scriptsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected