warg.packages.reloading.import_warning¶
- warg.packages.reloading.import_warning(module_name: str) None[source]¶
Inform the user that a module has been imported, useful when repeated imports are heavy in the contexts of multiprocessing. Lets the user identify which file is reporting heavy loading and restructure code to avoid repeated importing
- Parameters:
module_name –
- Returns: