[Python-ideas] Treat underscores specially in argument lists (original) (raw)
Steven D'Aprano steve at pearwood.info
Tue Feb 17 03:41:09 CET 2015
- Previous message: [Python-ideas] Treat underscores specially in argument lists
- Next message: [Python-ideas] Treat underscores specially in argument lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Feb 16, 2015 at 07:23:30PM -0600, Ryan Gonzalez wrote:
Often, underscores are used in function argument lists:
def f(): pass However, sometimes you want to ignore more than one argument, in which case this doesn't work:
Why are you ignoring any arguments?
-- Steve
- Previous message: [Python-ideas] Treat underscores specially in argument lists
- Next message: [Python-ideas] Treat underscores specially in argument lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]