mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
The classes E31x_db and Neon were importing the AD936xDboard mixin class after their parent class, not before. This means the mixin couldn't be used to override classes from the parent class, because Python's MRO will go to the first class in the inheritance list. Because there is no use of super() in these classes, the reordering has no other effect than prioritize AD936xDboard over DboardManagerBase when it comes to resolving parent methods. |
||
|---|---|---|
| .. | ||
| pyusrp_periphs | ||
| tests | ||
| usrp_mpm | ||
| aurora_bist_test.py | ||
| CMakeLists.txt | ||
| copy_python_module.cmake | ||
| e320_bist | ||
| n3xx_bist | ||
| setup.py.in | ||
| socket_test.py | ||
| test_lmk.py | ||
| usrp_hwd.py | ||
| usrp_update_fs | ||
| x4xx_bist | ||