HomeClusterLabs Projects

Refactor: python: Clean up minor problems in SearchObj.

Description

Refactor: python: Clean up minor problems in SearchObj.

  • It no longer needs to inherit from object.
  • Rearrange things in init to be in alphabetical order.

I thought about renaming most everything in this class to start with an
underscore to make it private, but this class only gets used within this
module as a base class for other classes. Nothing in the outside world
should care about any of its members or methods.

Details

Provenance
clumensAuthored on Mar 29 2023, 1:04 PM
Parents
rP2622e7cb6981: Refactor: python: Remove the unused timeout argument from __get_lines.
Branches
Unknown
Tags
Unknown