lsst.afw g9c22b2923f+53520f316c
|
Functions | |
template<typename Class , typename... Args> | |
void | addPersistableMethods (pybind11::class_< Class, Args... > &cls) |
Add table::io::Persistable and PersistableFacade methods to the pybind11 wrapper for a class. | |
void lsst::afw::table::io::python::addPersistableMethods | ( | pybind11::class_< Class, Args... > & | cls | ) |
Add table::io::Persistable and PersistableFacade methods to the pybind11 wrapper for a class.
This allows your class to be used without importing lsst.afw.table in Python.
Use as follows: