The Gaudi Framework  master (37c0b60a)
GaudiKernel.Proxy Namespace Reference

Functions

def _getNeededConfigurables ()
 

Variables

 getNeededConfigurables
 

Function Documentation

◆ _getNeededConfigurables()

def GaudiKernel.Proxy._getNeededConfigurables ( )
private
In Athena, the list of configurables to be used in GaudiPython.AppMgr
constructor is empty, because the configuration is done in a different
place.

Definition at line 22 of file Proxy.py.

23  """
24  In Athena, the list of configurables to be used in GaudiPython.AppMgr
25  constructor is empty, because the configuration is done in a different
26  place.
27  """
28  return []
29 

Variable Documentation

◆ getNeededConfigurables

GaudiKernel.Proxy.getNeededConfigurables

Definition at line 30 of file Proxy.py.

GaudiKernel.Proxy._getNeededConfigurables
def _getNeededConfigurables()
Definition: Proxy.py:22