Reset any state maintained by the loader instance (e.g. cached templates or cached loader modules).
(self)
| 44 | ) |
| 45 | |
| 46 | def reset(self): |
| 47 | """ |
| 48 | Reset any state maintained by the loader instance (e.g. cached |
| 49 | templates or cached loader modules). |
| 50 | """ |
| 51 | pass |
no outgoing calls
no test coverage detected