Site Tools


python:ellipsis

Ellipsis (tripple dots)

Encountered tripple dots a couple of times. Seems to have multple uses.

For instance here in a function definition it acts as placeholder, like when it dedcribes an interface that is to be implemented elsewhere.

    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.txt · Last modified: by Niels