Initial code cleanup of pv_introspect
Cleaned up low hanging fruit in pv_introspect.py including using loops to eliminate duplicated code and using the get method of dictionaries to better deal with default values. Also made sure the python code is pep-8 compliant. All paraview cinema tests (ctest -R Cinema
) pass.