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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio