lsst.utils
13.0-8-gb7ca535+4
python
lsst
utils
utils.cc
Go to the documentation of this file.
1
#include "pybind11/pybind11.h"
2
3
#include "
lsst/utils/Utils.h
"
4
5
namespace
py = pybind11;
6
7
namespace
lsst
{
8
namespace
utils {
9
10
PYBIND11_PLUGIN
(utils) {
11
py::module mod(
"utils"
);
12
13
mod.def(
"getPackageDir"
,
getPackageDir
);
14
15
return
mod.ptr();
16
}
17
18
}
// utils
19
}
// lsst
lsst::utils::PYBIND11_PLUGIN
PYBIND11_PLUGIN(backtrace)
Definition:
backtrace.cc:10
lsst::utils::getPackageDir
std::string getPackageDir(std::string const &packageName)
return the root directory of a setup package
Definition:
Utils.cc:34
Utils.h
lsst
Definition:
main.dox:1
Generated on Fri Oct 6 2017 22:17:26 for lsst.utils by
1.8.13