(self, collection: "OutputCollection")
| 274 | return child |
| 275 | |
| 276 | def update(self, collection: "OutputCollection"): |
| 277 | self.summaries.update(**collection.summaries) |
| 278 | self.state_updates.update(**collection.state_updates) |
| 279 | self.module_outputs.update(**collection.module_outputs) |
| 280 | |
| 281 | |
| 282 | def new_output_collection(): |
no outgoing calls
no test coverage detected