MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / reset_runtime

Method reset_runtime

workflow/state.py:74–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 return self._workflow_config().draw_graph
73
74 def reset_runtime(self) -> None:
75 self.problem = self.problem_template
76 self.history.clear()
77 self.commands.clear()
78 if self.ip_addr or self.target:
79 self.bind_target(self.ip_addr, self.target)
80
81 def initial_state(self) -> WorkflowState:
82 try:

Callers

nothing calls this directly

Calls 1

bind_targetMethod · 0.95

Tested by

no test coverage detected