OpenCV 3.0 LineIterator

I want to use the LineIterator in OpenCV 3.0 using Python, is it still available with OpenCV 3.0 built for Python? It seems that the answers on the internet are all pointing to cv.InitLineIterator which is part of the cv module. I’ve tried importing this module but it seems like it is not included with the current build. Has it been renamed or strictly just removed?