3 #include <pybind11/pybind11.h> 10 bool scope_has(
const pybind11::dict& dict,
const std::string& obj);
11 std::string
read_manual(
const char* category,
const char* name);
py::object get_globals()
Definition: py_helpers.cc:15
bool scope_has(const py::dict &dict, const std::string &obj)
Definition: py_helpers.cc:21
std::string read_manual(const char *category, const char *name)
Definition: py_helpers.cc:29
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Algorithm.cc:1045
py::object get_locals()
Definition: py_helpers.cc:10