#include "pinocchio/bindings/python/utils/path.hpp"
Go to the source code of this file.
Namespaces | |
pinocchio | |
Main pinocchio namespace. | |
pinocchio::python | |
Functions | |
std::string | pinocchio::python::path (const bp::object &path) |
python pathlib.Path | str -> C++ std::string More... | |
std::vector< std::string > | pinocchio::python::pathList (const bp::object &path_list) |
python typing.List[pathlib.Path] | typing.List[str] -> C++ std::vector<std::string> More... | |