SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

Pylint fix #421

Closed Christian-B closed 2 years ago

Christian-B commented 2 years ago

More pylint fixes.

Turns off all global disables.

ConstrainedObject simplified as it is the only place _constraints is actually set

A few underscore method renamed to none underscore as called from outside

Many of the ._run calls could be converted from create object run object but that is out of scope here.

a few other minor fixes/ local disables,