The Gaudi Framework  v36r16 (ea80daf8)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
gaudimodule.py
Go to the documentation of this file.
1 
11 """ Gaudi Python module interface.
12  This module provides the basic bindings of the main Gaudi
13  components to Python. It is itself based on the ROOT cppyy
14  Python extension module.
15 """
16 from GaudiPython import * # noqa: F401 F403
17 from GaudiPython import deprecation
18 
19 deprecation("Use 'GaudiPython' module instead of deprecated 'gaudimodule'")
GaudiPython.Bindings.deprecation
def deprecation(message)
Definition: Bindings.py:138