get_reloader
Return the most suitable reloader for this environment.
def get_reloader() - > Reloader
Return the most suitable reloader for this environment.
Returns
| Type | Description |
|---|---|
Reloader | A WatchmanReloader instance if the Watchman service is available and functional, otherwise a StatReloader instance as a fallback. |