vtkWrapPythonMethod: avoid unnecessary casts when wrapping `vtkObjectBase`
New clang-tidy
warns when casting a value of type T
to T
itself.
Avoid generating code that trips this warning.
New clang-tidy
warns when casting a value of type T
to T
itself.
Avoid generating code that trips this warning.