ObjectLoader

It is used to load classes from a specific system.

DIRAC.Core.Utilities.Plotting.ObjectLoader.loadObjects(path, reFilter=None, parentClass=None)
Parameters
  • path (str) – the path to the syetem for example: DIRAC/AccountingSystem

  • reFilter (object) – regular expression used to found the class

  • parentClass (object) – class instance

Returns

dictionary containing the name of the class and its instance