discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Python question


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Python question
Date: Fri, 5 Jan 2007 12:04:42 -0800
User-agent: Mutt/1.5.9i

On Thu, Jan 04, 2007 at 08:55:56PM -0800, Dan Halperin wrote:
> Hi,
> 
> I know this isn't really a gnuradio question, but a half-hour on Google
> and browsing the Python site didn't find me the answer. What does ** in
> Python do? Not in the exponent context (2 ** 4 = 16). In particular, I'm
> looking at receive_path.py in the digital examples folder, the following
> code:


As Tom said it allows dictionaries to be used for passing argument
lists.  Details on both * and ** can be found in the Python Language
Reference here: http://docs.python.org/ref/function.html

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]