mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
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
|
||
|---|---|---|
| .. | ||
| uhd | ||
| CMakeLists.txt | ||
| pyuhd.cpp | ||
| setup.py.in | ||