3#include <pybind11/pybind11.h>
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83
py::object get_globals()
Definition py_helpers.cc:21
py::object get_locals()
Definition py_helpers.cc:16
std::string install_prefix_of_module()
Get the installation prefix of the binary cadabra2 module, typically something like /usr/lib/pythonX....
Definition py_helpers.cc:44
std::string read_manual(pybind11::module &m, const char *category, const char *name)
Return the manual page for the category ("property"/"algorithm") and given name.
Definition py_helpers.cc:67
void set(rset_t::iterator &num, multiplier_t fac)
Definition Storage.cc:1064
bool scope_has(const py::dict &dict, const std::string &obj)
Definition py_helpers.cc:26