uhd/mpm/python/usrp_mpm/periph_manager
Martin Braun d60e4d87d8 mpm: Clean up code, improve Pylint score
Many small cleanups:
- Fix copyright headers
- Fix superfluous imports
- Pull some constants out of classes where appropriate
- Fix formatting
- Improve/fix some docstrings
- Disable specific Pylint warnings where appropriate
- Global catches use BaseException instead of Exception
- Don't use len() for empty checks
- Make sure to declare all self attributes in __init__ (note: this is
  particularly of interest for E310, becuase its regular init happens
  outside of __init__)
- Compacted some E310 code that had multi-DB checks
2019-11-26 12:21:33 -08:00
..
__init__.py.in mpm: Add __mpm_device__ as usrp_hwd module variable 2018-10-09 17:11:08 -07:00
base.py mpm: Clean up code, improve Pylint score 2019-11-26 12:21:33 -08:00
CMakeLists.txt mpm: Move common mboard regs code to common location 2019-11-26 12:21:33 -08:00
common.py mpm: Move common mboard regs code to common location 2019-11-26 12:21:33 -08:00
e31x.py mpm: Clean up code, improve Pylint score 2019-11-26 12:21:33 -08:00
e31x_periphs.py mpm: Move common mboard regs code to common location 2019-11-26 12:21:33 -08:00
e320.py mpm: Clean up code, improve Pylint score 2019-11-26 12:21:33 -08:00
e320_periphs.py mpm: Move common mboard regs code to common location 2019-11-26 12:21:33 -08:00
n3xx.py mpm: Move common mboard regs code to common location 2019-11-26 12:21:33 -08:00
n3xx_periphs.py mpm: Move common mboard regs code to common location 2019-11-26 12:21:33 -08:00