[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10745 - gnuradio/trunk/gr-wxgui/src/python
From: |
jblum |
Subject: |
[Commit-gnuradio] r10745 - gnuradio/trunk/gr-wxgui/src/python |
Date: |
Thu, 2 Apr 2009 14:02:15 -0600 (MDT) |
Author: jblum
Date: 2009-04-02 14:02:15 -0600 (Thu, 02 Apr 2009)
New Revision: 10745
Modified:
gnuradio/trunk/gr-wxgui/src/python/scopesink_gl.py
Log:
added catchall **kwargs to scope sink gl
Modified: gnuradio/trunk/gr-wxgui/src/python/scopesink_gl.py
===================================================================
--- gnuradio/trunk/gr-wxgui/src/python/scopesink_gl.py 2009-04-02 08:19:03 UTC
(rev 10744)
+++ gnuradio/trunk/gr-wxgui/src/python/scopesink_gl.py 2009-04-02 20:02:15 UTC
(rev 10745)
@@ -76,6 +76,7 @@
ac_couple=False,
num_inputs=1,
frame_rate=scope_window.DEFAULT_FRAME_RATE,
+ **kwargs #do not end with a comma
):
if not t_scale: t_scale = 10.0/sample_rate
#init
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10745 - gnuradio/trunk/gr-wxgui/src/python,
jblum <=