MCPcopy
hub / github.com/vladmandic/sdnext / clear

Method clear

modules/shared_state.py:186–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 return match.group(1) if match else task_id
185
186 def clear(self):
187 self.id = ''
188 self.job = ''
189 self.job_count = 0
190 self.job_no = 0
191 self.frame_count = 0
192 self.preview_job = -1
193 self.duration = None
194 self.paused = False
195 self.results = []
196
197 def begin(self, title="", task_id=0, api=None):
198 import modules.devices

Callers 2

beginMethod · 0.95
endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected