LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
22 #include "pybind11/pybind11.h"
39 mod.def(
"isEnabled", [&backtrace]() ->
bool {
return backtrace.
isEnabled(); });
static Backtrace & get() noexcept
Get a reference to the singleton.
void wrap(WrapperCallback function)
Add a set of wrappers without defining a class.
Singleton, enables automatic backtraces on the following signals:
A helper class for subdividing pybind11 module across multiple translation units (i....
A base class for image defects.
bool const isEnabled() const noexcept
void wrapBacktrace(python::WrapperCollection &wrappers)