Forget any cached values. The next time :attr:`call` is accessed, all plugins are re-applied.
(self)
| 498 | return self._make_callback() |
| 499 | |
| 500 | def reset(self): |
| 501 | ''' Forget any cached values. The next time :attr:`call` is accessed, |
| 502 | all plugins are re-applied. ''' |
| 503 | self.__dict__.pop('call', None) |
| 504 | |
| 505 | def prepare(self): |
| 506 | ''' Do all on-demand work immediately (useful for debugging).''' |