mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-15 21:01:26 +00:00
This is a class that allows handling compat numbers as a type: >>> cn = CompatNumber(4, 3) >>> print(cn.major) 4 >>> cn < CompatNumber(4, 5) True >>> cn == CompatNumber(4.3) True |
||
|---|---|---|
| .. | ||
| eeprom_tests | ||
| base_tests.py | ||
| CMakeLists.txt | ||
| compatnum_tests.py | ||
| components_tests.py | ||
| eeprom_tests.py | ||
| mpm_utils_tests.py | ||
| run_unit_tests.py | ||
| sys_utils_tests.py | ||
| test_utilities.py | ||