aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/paths_python.hpp
Commit message (Collapse)AuthorAgeFilesLines
* python: Export UHD paths utility functionsMartin Braun2020-03-121-0/+24
All of the functions defined in uhd/utils/paths.hpp are now available in Python, with the exception of get_module_paths(). #!/usr/bin/env python3 import uhd print(uhd.get_lib_path()) # Prints location of libuhd