Mantid
Loading...
Searching...
No Matches
UninstallTrace.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2020 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
11
13
19public:
22
23private:
24 Py_tracefunc m_tracefunc;
25 PyObject *m_tracearg;
26};
27
28} // namespace Mantid::PythonInterface
RAII handler to temporarily remove and reinstall a Python trace function.
#define MANTID_PYTHONINTERFACE_CORE_DLL
Definition: DllConfig.h:17