(self, *outputs)
| 1866 | |
| 1867 | @safely_destruct_output_when_exp('outputs') |
| 1868 | def reset(self, *outputs): |
| 1869 | clear_scope(scope=self.scope) |
| 1870 | self.append(*outputs) |
| 1871 | |
| 1872 | @safely_destruct_output_when_exp('outputs') |
| 1873 | def append(self, *outputs): |
no test coverage detected