See `autoreload_plugins`
(self, *args, **kwargs)
| 86 | #: Deprecated method, use `autoreload_plugins` instead |
| 87 | @Expose |
| 88 | def autoreloadPlugins(self, *args, **kwargs): |
| 89 | """ |
| 90 | See `autoreload_plugins` |
| 91 | """ |
| 92 | return self.autoreload_plugins(*args, **kwargs) |
| 93 | |
| 94 | @Expose |
| 95 | def autoreload_plugins(self): |
nothing calls this directly
no test coverage detected