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

Method draw_graph_enabled

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

Source from the content-addressed store, hash-verified

69 return self._workflow_config().debug
70
71 def draw_graph_enabled(self) -> bool:
72 return self._workflow_config().draw_graph
73
74 def reset_runtime(self) -> None:
75 self.problem = self.problem_template

Callers

nothing calls this directly

Calls 1

_workflow_configMethod · 0.95

Tested by

no test coverage detected