Scripts.DatabankLib.utils module

Scripts.DatabankLib.utils.run_analysis(method: Callable, logger: Logger)[source]

Apply analysis method to the entire databank.

Parameters:
  • method (Callable) – will be called as fun(system, logger)

  • logger (Logger) – reference to Logger initialized by the top script