SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Python.h
Go to the documentation of this file.
1 
23 #ifndef _SEUTILS_PYTHON_H
24 #define _SEUTILS_PYTHON_H
25 
27 #include <ElementsKernel/Logging.h>
28 #include <Python.h>
29 
30 namespace SourceXtractor {
41 
46 public:
49 
50 private:
51  PyGILState_STATE m_state;
52 };
53 
54 } // end SourceXtractor
55 
56 #endif // _SEUTILS_PYTHON_H
static auto logger
Definition: WCS.cpp:46
Elements::Exception pyToElementsException(Elements::Logging &logger)
Definition: Python.cpp:30
PyGILState_STATE m_state
Definition: Python.h:51