Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Verbose and flexible args and kwargs syntax
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Terry Reedy  
View profile  
 More options Dec 11 2011, 6:26 pm
Newsgroups: comp.lang.python
From: Terry Reedy <tjre...@udel.edu>
Date: Sun, 11 Dec 2011 18:26:39 -0500
Local: Sun, Dec 11 2011 6:26 pm
Subject: Re: Verbose and flexible args and kwargs syntax
On 12/11/2011 5:49 AM, Eelco Hoogendoorn wrote:

> Plus, asterikses are impossible to google for, so finding out what exactly

 > they do more or less forces you to write a forum post about it.

There are other means of finding information than Google. Really.
1. A couple of years ago, I wrote a very complete list of symbol syntax
uses in Python 3. You can get is at
https://xploro.googlecode.com/files/PySymbols.html
Unfortunately, searching for 'python syntax symbols' does not show this
on the first few pages.
2. The python docs have an index. While the Symbols page does not have
most of the entries in the above doc, it does have '* in function calls'
and '** in function calls'.
3. The meaning of * and ** in function calls is explained, surprise, in
the reference manual section (5.3.4 for Py3) on function calls, which is
in the chapter on expressions.

--
Terry Jan Reedy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.