(self)
| 262 | wait = get # deprecated alias to :meth:`get`. |
| 263 | |
| 264 | def _maybe_reraise_parent_error(self): |
| 265 | for node in reversed(list(self._parents())): |
| 266 | node.maybe_throw() |
| 267 | |
| 268 | def _parents(self): |
| 269 | node = self.parent |
no test coverage detected