MCPcopy Create free account
hub / github.com/vladmandic/sdnext / ScriptClassData

Class ScriptClassData

modules/scripts_manager.py:232–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231
232class ScriptClassData(NamedTuple):
233 script_class: type[Script] | type[scripts_postprocessing.ScriptPostprocessing]
234 path: str
235 basedir: str
236 module: ModuleType
237
238
239scripts_data = []

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected