Posts: 4,654
Threads: 1,497
Joined: Sep 2016
what is Ellipsis (the type with only one value expressed by the literal ...) used for?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,654
Threads: 1,497
Joined: Sep 2016
May-20-2019, 06:22 AM
(This post was last modified: May-20-2019, 06:23 AM by Skaperen.)
i have a dictionary of option defaults. i had been using None in past code to indicate the option has no default. but in the current project i need to indicate there is no default along with that parameter must be specified on the command line (or it is an error). i was thinking maybe i could use Ellipsis for that.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.