Definition at line 39 of file log.cc.
◆ callable_wrapper()
lsst::log::callable_wrapper::callable_wrapper |
( |
PyObject * |
callable | ) |
|
|
inline |
Definition at line 41 of file log.cc.
41 : _callable(callable) { Py_XINCREF(_callable); }
◆ operator()()
void lsst::log::callable_wrapper::operator() |
( |
| ) |
|
|
inline |
Definition at line 42 of file log.cc.
44 auto state = PyGILState_Ensure();
45 PyObject_CallObject(_callable,
nullptr);
46 PyGILState_Release(state);
The documentation for this class was generated from the following file:
- /j/snowflake/release/lsstsw/stack/1a1d771/Linux64/log/20.0.0/python/lsst/log/log/log.cc