This is an old revision of the document!
Encountered tripple dots a couple of times. Seems to have multple uses.
For instance here in a function defintion it acts as placehoder, something to fill in later.
def hex2rgb(... """Class method that converts a hex value into an rgb one""" pass
The following article describes more uses: Python.land article on ellipsis