(self, *outputs)
| 2094 | return res |
| 2095 | |
| 2096 | def AddScopedExternalOutputs(self, *outputs): |
| 2097 | return self.AddExternalOutput( |
| 2098 | * [ScopedBlobReference(b) for b in outputs] |
| 2099 | ) |
| 2100 | |
| 2101 | # This returns a reference to the observer |
| 2102 | def AddObserver(self, observer_type): |
nothing calls this directly
no test coverage detected