Site Tools


python:ellipsis

This is an old revision of the document!


Ellipsis (tripple dots)

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

python/ellipsis.1725009289.txt.gz · Last modified: by Niels