discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: list comprehesnion in variable doesnt work


From: feldmaus
Subject: [Discuss-gnuradio] Re: list comprehesnion in variable doesnt work
Date: Sun, 31 May 2009 07:58:45 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Josh Blum <josh <at> joshknows.com> writes:

> I bet it works very well actually.
> 
> variable1 = open(file)
> variable2 = variable1.write(xxx)
> variable3 = variable1.close()
> 
> GRC knows that variable2 and variable3 depend on variable1, but 
> variable2 and variable3 are not dependent upon other, so their order 
> does not matter.
Thanks i got this to work.

regards Markus





reply via email to

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