DataViewModel.GetColumnType never called

I noticed that on windows (wxpython 4.0.3), despite that GetColumnType is declared as abstract in DataViewModel, it is never called. It is the same if using any of its subclasses. You can try that in the wxpython demo by renaming the method name. Is the column type determined automatically? Can I just forget that method?

Regards, Christian