Skip to content

PyUtils: cache result of moduleExists

Frank Winklmeier requested to merge fwinkl/athena:moduleexists into 24.0

Cache the result of moduleExists to speedup use-cases where this is called many times (e.g. ATR-29442).

Merge request reports