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.