(self, node, workflow)
| 209 | self._is_interrupt = _is_interrupt |
| 210 | |
| 211 | def write_context(self, node, workflow): |
| 212 | return self._write_context(self.node_variable, self.workflow_variable, node, workflow) |
| 213 | |
| 214 | def is_assertion_result(self): |
| 215 | return 'branch_id' in self.node_variable |
no outgoing calls
no test coverage detected