| ▲ | xg15 3 hours ago | |||||||
Isn't "..." then also behaving like True, False and None, i.e. being a lexical token that rewolves to a hardwired value during parsing? | ||||||||
| ▲ | chrisweekly 2 hours ago | parent | next [-] | |||||||
rewolves? EDIT: ah, "resolves" typo. was v curious about python's mysterious "wolfing" aspects | ||||||||
| ||||||||
| ▲ | zahlman 3 hours ago | parent | prev [-] | |||||||
It is, but Ellipsis is just an ordinary pre-defined constant (with the same value). | ||||||||
| ||||||||