VTK 8.2 Python and VSCode

Hey Ben,
Thanks for responding so promptly.

Ignorant question.
If I look at the docs for vtkPolyDataMapper, I get

But if I do vtkPolyDataMapper.__module__ I get:
vtkmodules.vtkRenderingCore

I am a bit confused. Why is it that vtkPolyDataMapper is in the module vtkmodules.vtkRenderingCore but the docs don’t have vtkRenderingCore as a parent.