Py11
v0.2
This is a minimalist Python wrapper for C++11.
|
Utility functoins. More...
Functions | |
void | py::set_arg (int argc, char *argv[]) |
pass the args to set the correct sys.path in python | |
void | py::print_err (int set_sys_last_vars=1) |
py print err to stderr. More... | |
obj | py::import (const char *module_name) |
py import. More... | |
Utility functoins.
|
inline |