uhd/host/python
Martin Braun 60fb5d5f13 python: Add find() to the Python API
This a mapping of uhd::device::find() into uhd.find() on the Python
side. The uhd::device is intentionally not mapped into Python (prefer
MultiUSRP or RfnocGraph instead), so the namespace is moved up one
level.

Example:
>>> import uhd
>>> # Now print the device args for all found B200s:
>>> for dev_args in uhd.find("type=b200")): print(dev_args.to_string())
2020-12-07 11:53:35 -08:00
..
uhd python: Add find() to the Python API 2020-12-07 11:53:35 -08:00
CMakeLists.txt python: Add find() to the Python API 2020-12-07 11:53:35 -08:00
pyuhd.cpp python: Add find() to the Python API 2020-12-07 11:53:35 -08:00
setup.py.in python: Fix pyuhd to include subpackages 2020-08-04 07:43:48 -05:00