It's a misuse of the Python Ellipsis, though PEP has no opinion on it. The Ellipsis is "Special value used mostly in conjunction with extended slicing syntax for user-defined container data types."
In other words, it happens to work and look neat, but pass is the correct way to do it.
quickthrower2|2 years ago
politelemon|2 years ago
In other words, it happens to work and look neat, but pass is the correct way to do it.
nodesocket|2 years ago