SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/stl_bind.h>
#include <string>
#include "bindings.h"
#include "config.h"
Go to the source code of this file.
Functions | |
template<typename T> | |
void | def_config_get (py::module &m) |
void | register_config_bindings (pybind11::module &config_submodule) |
void def_config_get | ( | py::module & | m | ) |
Definition at line 14 of file bindings.cpp.
void register_config_bindings | ( | pybind11::module & | config_submodule | ) |
Definition at line 23 of file bindings.cpp.