|
static ModuleImporter const * | get () |
|
static bool | import (std::string const &name) |
| Import the given Python module, and return true if successful. More...
|
|
|
virtual bool | _import (std::string const &name) const |
|
Definition at line 30 of file lsstcppimport.cc.
bool lsst::base::PythonModuleImporter::_import |
( |
std::string const & |
name | ) |
const |
|
protectedvirtual |
static ModuleImporter const* lsst::base::PythonModuleImporter::get |
( |
| ) |
|
|
inlinestatic |
bool lsst::base::ModuleImporter::import |
( |
std::string const & |
name | ) |
|
|
staticinherited |
Import the given Python module, and return true if successful.
Definition at line 49 of file ModuleImporter.cc.
The documentation for this class was generated from the following file: